﻿.saving-scroll-text a {
	text-decoration: none;
	color: #003399;
}

.platform-title-text.page-title {
	text-transform: uppercase;
}

h1 em {
	text-decoration: none;
	color: #769CE8;
	font-style: normal;
}

.accounts__text-head img {
	max-width: 85px;
}

.accounts__accordion-item {
	position: relative;	
}

.intro__head .btn {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
}

.wp-block-create-block-black-header-indiv + .block-wrapper {
    padding-top: 80px;
}

@media (max-width: 1235px) {
	.intro__head-text {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	footer .wrapper {
		max-width: calc(100% - 72px);
		padding-left: 36px;
		padding-right: 36px;
		width: 100%;
	}
	.page-id-213 .intro__list {
		row-gap: 13px;
	}

}
@media (max-width: 1000px) {
	.intro__list li {
		font-size: 15px;

	}
	
	.intro__list a {
		white-space: nowrap; /* Запрещает перенос текста на новую строку */
		overflow: hidden; /* Скрывает текст, который не помещается в блок */
		text-overflow: ellipsis; 	
	}
	
	.page-id-213 .intro__list li {
		flex: 1 0 30%;	
	}
	
}

@media (max-width: 800px) {
	.saving-title-image-web {
		width: 40px;
		height: 40px;
	}

}
.platform-left-part-wrapper {
	gap: 43px;
}

@media (max-width: 500px) {
	.block-of-content-title {
		font-size: 20px;
		line-height: 23px;
	}
	.intro__list li {
		font-size: 13px;
		flex: 0 0 30%;
	}
	
	.accounts__text .btn {
		min-width: 148px;
	}
	
	.intro__list a {
		line-height: 16.48px;
	}
	.platform-left-part-wrapper {
		gap: 0;
	}
}

.section-header__title {
	font-weight: 400;
}

.bar-chart {
	width: 100%;
}

.scroll-text a {
	text-decoration: none;
	color: #003399;
}

.scroller-text {
	text-decoration: none;
}

.nav-banner-item {
	text-decoration: none;
}

.price-button {
	transition: .6s;
}

.price-button:hover {
	background-color: #769CE8;
	color: white;
	border: 1px solid #769CE8;
	transition: .6s;
}

.title-price-button.elite-button.price-button {
	transition: .6s;
}

.title-price-button.elite-button.price-button:hover, .price-bottom-button.elite-button.price-button:hover {
	background-color: #587ECA;
	color: white;
	border: 1px solid #587ECA;
	transition: .6s;
}

.title-price-button.platinum-button.price-button {
	background-color: #003399;
	transition: .6s;
}
	
.title-price-button.platinum-button.price-button:hover, .price-bottom-button.platinum-button.price-button:hover {
	background-color: #001F85;
	color: white;
	border: 1px solid #001F85;
	transition: .6s;
}

.table-of-content-part .table-item {
	transition: .6s;
}

.table-of-content-part .table-item:hover {
	background-color: #D4E2F580;
	transition: .6s;
}

.table-item .number-text {
	transition: .6s;
}

.table-item:hover .number-text {
	background-color: #003399;
	border: 1px solid #003399;
	transition: .6s;
}

.spoiler__content {
	padding-left: 20px;
	padding-right: 55px;
	transition: .6s;
}

.spoiler:not(.active) .spoiler__content { 
	padding-top: 0;
	padding-bottom: 0;
	max-height: 0px;
}

.spoiler:not(.active) .spoiler__content {
	display: flex;
    visibility: hidden;
    overflow: hidden;
    transition: .6s;
}

.calculator-title-wrapper {
	border-radius: 15px 15px 0 0;
}

.btn:hover {
	background: #587ECA !important;
}

.btn:active {
	background: #446AB6 !important;
}

.table-item a {
	font-family: "Gilroy Regular";
	font-weight: 400;
	font-size: 16px;
}

.table-item .number-text {
	font-family: "Gilroy Regular";
}



.benefits-col {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 13px;
  padding-bottom: 24px;
}

.item-benefit {
  font-size: 15px;
  color: #221F32;
  line-height: 22.35px;
  gap: 11px;
  align-items: center;
}

.icon-benefit {
  border-radius: 50%;
  min-width: 17px;
  height: 17px;
  background-color: #003399;
  background-image: url(assets/img/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.structur-item {
  width: 100%; 
}

.support-accounts ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.support-accounts ul li {
	display: list-item;	
}

.accounts__text-inserted {
    margin-bottom: 18px;
}

.page-id-208 .accounts__text-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap !important;
}

.accounts__accordion-item-title:after {
	background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

.page-id-895 .block-wrapper {
	gap: 0;
}

.accounts__text-head {
	flex-wrap: nowrap;
}
.elevate-table-element {
	height: 110px;
}
.page-id-936 .saving-plan-element {
	padding-bottom: 36px;
}

.saving-title-text-web {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.lang-links {
	max-width: 70px;
	min-width: 50px;
}

.lang-links.active {
	padding-top: 8px;
	padding-bottom: 8px;
}

.lang-list {
	gap: 6px;
	align-items: flex-start;
}

.lang-item:hover {
	background-color: #D4E2F5;
	transition: .5s;
}

.lang-item {
	justify-content: center;
	gap: 6px;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.26px;
	text-align: left;
	color: #221F32;

}

.button a {
	color: #fff;
}


.button .lang-links a {
	color: #221F32;
	width: calc(100% - 18px);
	justify-content: flex-start;
    padding-left: 18px;
	align-items: center;
}

.slider-title em {
	color: #769CE8;
	font-style: normal;
}
.title-black em {
	color: #003399;
	font-style: normal;
}

.accounts__accordion-item-title {
	font-weight: 600;
}

.error-404 {
	text-align: center;
    padding: 100px 00;
}
@media (min-width: 1240px) {
	.nav-wrapper {
		width: 50%;
		gap: 0;
		justify-content: space-evenly;
	}
}

@media (width >= 768px) and (width <= 1365px) {
	.page-id-1344 .process-section__cards {
			grid-template-columns: repeat(2, 1fr);

	}

	.page-id-329 .process-section__cards {
			grid-template-columns: repeat(2, 1fr);

	} 
	
	
	.page-id-889 .process-section__cards {
			grid-template-columns: repeat(2, 1fr);

	} 
	
	
	.page-id-879 .process-section__cards {
			grid-template-columns: repeat(2, 1fr);
	} 
	

}
.explore-table-element-container {
	display: flex;
    flex-direction: column;
    align-items: center;
	flex-basis: calc(100% / 4);
}
	
.page-id-879 .process-section__cards > :last-child .card__index {
	background-color: #769CE8;
}
.page-id-1344 .process-section__cards > :last-child .card__index {
	background-color: #769CE8;
}
.page-id-889 .process-section__cards > :last-child .card__index {
	background-color: #769CE8;
}
.page-id-329 .process-section__cards > :last-child .card__index {
	background-color: #769CE8;
}

input.form-field {
	font-family: "Gilroy Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 23.84px;
	text-align: left;
}

@media (max-width: 1000px) {
		
	#total-val {
		font-size: 22px;
		line-height: 30px;
	}
	
	.calc-wrapper .usd-value-calc {
		font-size: 15px;
		line-height: 30px;
	}
	

/* 	.page-id-1149  .slider-title {
		padding-top: 79px;
	} */
	.calculator-result {
		max-width: 395px;
	}
}

@media (max-width: 714px) {
	.calculator-result {
		max-width: 100%;
	}
}

@media (max-width: 720px) {
	.page-id-1147 .splide {
		padding-top: 39px;
	}

	.page-id-1149  .slider-title {
		padding-top: 49px;
	}
	
	.section.intro.saving-plan-intro {
		padding-bottom: 30px;
	}
}

@media (min-width: 1230px) {
	.start-trade-title {
		max-width: 510px;
	}
}
.section-header__title strong {
	font-weight: 500;
}

.discover-title {
	text-align: center;
}

.our-story-background-image {
	top: -160px;
    z-index: -1;
}

.lang-links {
	min-width: 72px;
	background-color: #f2f2f2;
}

.nav-links {
	background: #f2f2f2;
}

@media (max-width: 1230px) {
	.nav-links.lang-links {
		top: 38px;
	}
	.start-trade .left-start-text {
		width: 210px;
	}

	.start-trade .right-start {
		max-width: 218px;
	}
	
	.button {
		padding: 16px 30px;
	}
	
	.explore-table-element-wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.start-trade .left-start-text {
		width: 100%;
	}
	
	.start-trade-wrapper {
		gap: 23px;
	}

	.start-trade .right-start {
		max-width: 100%;
	}
}

.image-text-wrapper {
	max-width: 480px;
}

.rating-image, .social-media-wrapper {
	display: none;
}


.explore-title {
	text-align: center;
}
/* 
.page-id-1147 .slider-title {
	padding-top: 39px;
} */

.page-id-1147 .table-text-subtitle {
	width: 100%;
}

/* .page-id-5 .slider-title {
	padding-top: 110px;
} */

/* .page-id-1149 .slider-title {
	padding-top: 110px;
} */
.page-id-1149 .table-text-subtitle {
	width: 100%;
}

.slider-title {
	padding-top: 110px;
}


/* .page-id-1626 .slider-title {
	padding-top: 40px;
}
 */
.page-id-1626 .table-text-subtitle {
	width: 100%;
}

.empower-title {
	text-align: left;
}

.empower {
	overflow: hidden;
}

.price-services-mobile-text {
    text-overflow: ellipsis;
    overflow: hidden;
}
.buttons-header-wrapper .button {
line-height: 2px;
}

.button-scroll-wrapper-web .button {
	text-wrap: nowrap;
}

.price-text {
	font-family: "Gilroy Medium", sans-serif;
}

.price-services-mobile-text {
	font-family: 'Gilroy Bold', sans-serif;
}

.logo-wrapper img {
	width: 195px;
	height: 33px;
}


@media (max-width: 1230px) {
	.unlock-left-start .left-start-text {
		text-align: center;
		width: 72%;
	}
}

@media (max-width: 714px) {
	footer .wrapper {
		padding-left: 15px;
		padding-right: 15px;
		max-width: calc(100% - 30px);
	}
	
	footer .footer-table-el {
		width: calc(50% - 4px);
	}
}

@media (width >= 768px) {
	.page-id-329 .process-section__cards {
		grid-template-columns: repeat(4, 1fr);
	}
	.page-id-879 .process-section__cards {
		grid-template-columns: repeat(4, 1fr);
	}
	.page-id-1344 .process-section__cards {
		grid-template-columns: repeat(4, 1fr);
	}
	.page-id-1626 .process-section__cards {
		grid-template-columns: repeat(4, 1fr);
	}
}
