/* Main variables */
/* Font mixins */
.products-header {
	padding-top: 12rem;
	z-index: 2;
}

.main-block .products-header {
	padding-top: 20px;
	margin-bottom: 25px;
}

.products-header h1,
.main-block .products-header h2 {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 2rem 0;
	line-height: 90%;
}

.products-header p,
.main-block .products-header p {
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	color: #8f664e;
	margin: 0;
}

.products-header p .subtitle-small {
	display: block;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.page-content {
	padding-top: 15px;
	background-color: #000;
}

/*  Main screen  */
.page-heading {
	min-height: 285px;
	padding-bottom: 10px;
	position: relative;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-heading::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,.3) 0%, rgba(0,0,0,.7) 50%, rgb(0,0,0) 290px, rgb(0,0,0) 100%);
}

.page-heading .container {
	position: relative;
	z-index: 2;
}

.sec-padding {
	padding: 30px 0 40px;
}

.sec-padding:first-child {
	padding-top: 0;
}

.pt0 {
	padding-top: 0;
}

.page-content .main-block-content-left ul,
.page-content .main-block-content-left li,
.page-content .legal-menu, 
.page-content .legal-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page-content .main-block-content-left li a,
.page-content .legal-menu li a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 3px;
	display: block;
}

.page-content .legal-menu li a {
	font-size: 12px;
}

.page-content .main-block-content-left li a:hover,
.page-content .legal-menu li a:hover,
.page-content .main-block-content-left .current-menu-item a,
.page-content .legal-menu .current-menu-item a {
	color: #c49166;
	border-color: #c49166;
}


.main-block-content-right {
	margin-left: -15px;
	color: inherit;
}

.main-block h2 {
	font-weight: 600;
	font-size: 2.3rem;
	color: inherit;
	line-height: 100%;
	margin: 0 0 2.5rem;
}

.main-block h2:not(:first-child) {
	margin-top: 30px;
}

.main-block h2 span {
	display: block;
	color: #c28f65;
	font-weight: 400;
	margin-top: 10px;
}

.main-block h3 {
	font-size: 18px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 15px;
}

.main-block p {
	font-weight: 400;
	font-size: 1.4rem;
	color: inherit;
	line-height: 1.5;
	margin: 0 0 2.1rem;
	padding: 0;
}
.main-block ul li {
	font-size: 1.4rem;
	line-height: 1.5;
}
.white-bg .main-block h2,
.white-bg .main-block p {
	color: #090909;
}

.main-block ol {
	margin: 0 0 2rem 0;
	padding: 0 0 0 1.6rem;
}

.main-block ol li {
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.content-acc-btn {
	margin: 3rem 0 4rem;
}

/* How to predict the fluctuations */
.how {
	background-color: #fff;
}

.how-header {
	margin: 0 0 1.6rem;
}

.how-header h2 {
	font-weight: 600;
	font-size: 2.3rem;
	margin: 0;
}

.how-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.how-text p {
	margin: 0 0 2.5rem;
	font-weight: 400;
	font-size: 1.4rem;
	color: #000;
	line-height: 2rem;
}

.how-text ol {
	margin: 0 0 2.5rem;
	padding: 0;
	counter-reset: list1;
}

.how-text ol li {
	position: relative;
	background-color: #dddddd;
	padding: 3.5rem 3.5rem 3.5rem 10rem;
	font-weight: 600;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.8rem;
	list-style-type: none;
}

.how-text ol li::before {
	counter-increment: list1;
	content: counter(list1);
	position: absolute;
	top: 5.1rem;
	left: 4rem;
	font-weight: 400;
	font-size: 6rem;
	color: #c49166;
}

.how-text ol li:not(:last-child) {
	margin-bottom: 1rem;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.products-header {
		padding-top: 8rem;
		padding-bottom: 7.5rem;
	}
	.products-header h1 {
		font-size: 3.8rem;
	}
	.products-header p {
		font-size: 2rem;
	}
	/*  Main screen  */
	.main-block-content-left li {
		padding: 1.1rem 0;
	}
	.main-block-content-left li a {
		padding: 1.3rem 1.5rem;
	}
	.main-block-content-right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.main-block-content h2 {
		font-size: 2rem;
		margin: 0 0 2.5rem;
	}
	.main-block-content-right-header {
		padding-top: 2rem;
	}
	.main-block-content p {
		padding: 0 0 1.8rem;
		margin: 0;
	}
	.main-block-content-right ol {
		margin: 0 0 2rem;
		padding: 0 0 0 1.6rem;
	}
	.main-block-content-right ol li {
		font-size: 1.4rem;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
	}
	.main-block-content-right #bottom1, .main-block-content-right #bottom2 {
		padding-bottom: 3rem;
	}
	/* How to predict the fluctuations */
	.how-header {
		margin: 0 0 1.6rem 14rem;
	}
	.how-header h2 {
		font-size: 2rem;
	}
	.how-text p {
		margin: 0 0 1rem 14rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.how-text ol {
		margin: 0 0 1rem 14rem;
		counter-reset: list1;
		padding: 0;
	}
	.how-text ol li {
		padding: 1.8rem 1.8rem 1.8rem 8rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
		list-style-type: none;
	}
	.how-text ol li::before {
		counter-increment: list1;
		content: counter(list1);
		top: 37%;
		font-size: 4rem;
	}
	.how-text ol #li1 {
		margin-bottom: 1rem;
	}
	.how-text ol #li2 {
		margin-bottom: 1rem;
	}
	.how-text a {
		width: 30%;
		margin: 3rem auto 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.products-header {
		padding-top: 4.5rem;
		padding-bottom: 4rem;
	}
	.products-header h1 {
		font-size: 3rem;
	}
	.products-header p {
		font-size: 1.8rem;
	}
	/*  Main screen  */
	.main-block-content-left {
		width: 14rem;
	}
	.main-block-content-left li {
		padding: 1rem 0;
	}
	.main-block-content-left li a {
		font-size: 1.4rem;
		padding: 1rem 1.5rem;
	}
	.main-block-content-right h2 {
		font-size: 1.6rem;
		margin: 0 0 1.5rem 0;
	}
	.main-block-content-right p {
		font-size: 1.2rem;
		line-height: 1.4rem;
		padding: 0 0 1.2rem 0;
	}
	.main-block-content-right #bottom1, .main-block-content-right #bottom2 {
		padding-bottom: 2.5rem;
	}
	.main-block-content-right ol {
		margin: 0 0 1.5rem 0;
	}
	/* How to predict the fluctuations */
	.how-header {
		margin: 0 0 1.5rem 14rem;
	}
	.how-header h2 {
		font-size: 1.8rem;
		margin: 0;
	}
	.how-text p {
		margin: 0 0 2.5rem 14rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.how-text ol {
		margin: 0 0 2rem 14rem;
		counter-reset: list1;
		padding: 0;
	}
	.how-text ol li {
		padding: 1.8rem 1.8rem 1.8rem 6rem;
		font-size: 1.4rem;
	}
	.how-text ol li::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 2.5rem;
		font-size: 5rem;
	}
	.how-text ol #li1 {
		margin-bottom: 1rem;
	}
	.how-text ol #li2 {
		margin-bottom: 1rem;
	}
	.how-text a {
		width: 35%;
		font-size: 1.4rem;
		margin: 0 auto;
		padding: 1.7rem 1rem;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.products-header {
		padding-top: 6rem;
		padding-bottom: 8rem;
	}
	.products-header h1 {
		font-size: 3.5rem;
	}
	.products-header p {
		font-size: 2.3rem;
		margin: 0;
	}
	/*  Main screen  */
	.main-block-content-left {
		display: none;
	}
	.main-block-content-right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.main-block-content-right h2 {
		font-size: 2.4rem;
		margin: 0 0 1.4rem 0;
	}
	.main-block-content-right p {
		font-size: 1.6rem;
		padding: 0 0 1rem 0;
	}
	.main-block-content-right span {
		font-size: 1.8rem;
		margin: 1.5rem 0 3rem 2.5rem;
	}
	.main-block-content-right #bottom1, .main-block-content-right #bottom2 {
		margin-bottom: 3rem;
		padding: 0;
	}
	/* How to predict the fluctuations */
	.how-header {
		margin: 0 0 1.5rem 0;
	}
	.how-header h2 {
		font-size: 2.3rem;
		margin: 0;
	}
	.how-text p {
		margin: 0 0 2rem 0rem;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.how-text ol {
		margin: 0 0 2.5rem 0;
		padding: 0;
		width: 100%;
		counter-reset: list1;
	}
	.how-text ol li {
		width: 100%;
		padding: 1.5rem 1.5rem 1.5rem 8rem;
		font-size: 1.4rem;
	}
	.how-text ol li::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 3.5rem;
		font-size: 5rem;
	}
	.how-text ol #li1 {
		margin-bottom: 1rem;
	}
	.how-text ol #li2 {
		margin-bottom: 1rem;
	}
	.how-text a {
		width: 50%;
		font-size: 1.8rem;
		margin: 0.5rem auto 0 auto;
		padding: 2.4rem 1rem;
	}
}

@media (max-width: 575px) {
	.products-header {
		padding-top: 6rem;
		padding-bottom: 8rem;
	}
	.products-header h1 {
		font-size: 3.5rem;
	}
	.products-header p {
		font-size: 2.3rem;
		margin: 0;
	}
	/*  Main screen  */
	.main-block-content-left {
		display: none;
	}
	.main-block-content-right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.main-block-content-right h2 {
		font-size: 2.4rem;
		margin: 0 0 1.4rem 0;
	}
	.main-block-content-right p {
		font-size: 1.6rem;
		padding: 0 0 1rem 0;
	}
	.main-block-content-right span {
		font-size: 1.8rem;
		margin: 1.5rem 0 3rem 2.5rem;
	}
	.main-block-content-right #bottom1, .main-block-content-right #bottom2 {
		margin-bottom: 3rem;
		padding: 0;
	}
	/* How to predict the fluctuations */
	.how-header {
		margin: 0 0 1.5rem 0;
	}
	.how-header h2 {
		font-size: 2.3rem;
		margin: 0;
	}
	.how-text p {
		margin: 0 0 2rem 0rem;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.how-text ol {
		margin: 0 0 2.5rem 0;
		padding: 0;
		width: 100%;
		counter-reset: list1;
	}
	.how-text ol li {
		width: 100%;
		padding: 1.5rem 1.5rem 1.5rem 6rem;
		font-size: 1.4rem;
	}
	.how-text ol li::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 1.5rem;
		font-size: 5rem;
	}
	.how-text ol #li1 {
		margin-bottom: 1rem;
	}
	.how-text ol #li2 {
		margin-bottom: 1rem;
	}
	.how-text a {
		width: 90%;
		font-size: 1.8rem;
		margin: 0.5rem auto 0 auto;
		padding: 2.4rem 1rem;
	}
}

.main-block-content-right-two-item:not(:last-child) {
	margin-bottom: 30px;
}

.main-block-content-right-two-item img {
  width: 98px;
  margin-right: 30px;
}

.icon-grid {
	margin-top: 50px;
}

.icon-grid-item img {
	max-width: 100%;
	max-height: 113px;
	margin-bottom: 45px;
}

.icon-grid-item span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #8f664e;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.icon-grid-item p {
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
}

.bold-list ,
.bold-list li {
	color: inherit;
}

.bold-list {
	padding-left: 0;
}

.bold-list li {
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}

.main-block-content-right p.note {
	font-weight: 600;
	font-style: italic;
	color: #8f664e;
}

.main-block-content-right-two.crypto-icons img {
	width: 24px;
	margin-right: 15px;
}

.main-block-content-right-two.crypto-icons p {
	font-weight: 600;
	margin-bottom: 0;
}

.main-block-content-right-two.crypto-icons .main-block-content-right-two-item {
	margin-bottom: 15px;
}

.info-block {
	padding: 25px;
	margin: 20px 0;
	background-color: #191919;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.main-block-content-right-two.products-icons .main-block-content-right-two-item {
	width: 50%;
	padding: 15px;
}

.main-block-content-right-two.products-icons img {
	width: 98px;
	margin-right: 15px;
}

.main-block-content-right-two.products-icons h3 {
	margin-top: 0;
	text-transform: uppercase;
}

.main-block-content-right-two.products-icons p {
	margin-bottom: 0;
}

.main-block p a,
.main-block li a,
.main-block span a {
	color: inherit;
	text-decoration: underline;
}

.main-block p a:hover,
.main-block li a:hover,
.main-block span a:hover {
	text-decoration: none;
}

.pr0 {
	padding-right: 0;
}

.rhombus-ul,
.legal-content ul {
	list-style: none;
	padding-left: 0;
	margin: 25px 0 30px;
}

.rhombus-ul li,
.legal-content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.rhombus-ul li::before,
.legal-content ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-image: url('../img/products/indices/rhombus.svg');
	-webkit-background-size: contain;
	background-size: contain;
}

.found-post {
	margin-bottom: 50px;
}

.found-post-content {
	margin-bottom: 30px;
}

.found-post-img {
	width: 30%;
	flex-shrink: 0;
	margin-right: 35px;
}

.found-post-img a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
}

.found-post-img img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.found-post h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
}

.found-post .found-post-subtitle,
.found-post .found-post-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.found-post .found-post-subtitle {
	display: block;
	color: #8f664e;
	margin-bottom: 10px;
}

.search-page .nav-search {
	margin-bottom: 50px;
}

.search-page .nav-search form .nav-form-line input {
	background-color: #191919;
}

.search-page .search-menu {
	margin: 0;
}

.search-page .search-menu li {
	margin-bottom: 10px;
}

.search-page .search-menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #8f664e;	
}

.search-page .search-menu a:hover {
	color: #fff;
}
