@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
	background: url("../image/background.jpg") no-repeat top/cover;
	font-family: "Montserrat", sans-serif;
	color: #3c3c41;
	margin: 0;
}
.container {
	box-sizing: border-box;
}

img:not(.fixed-size) {
	max-width: 100%;
}
hr {
	border: 1px solid #d4d4d4;
	margin: 50px 0px;
}
.btn-primary {
	padding: 18px 24px;
	background: #4d66e9;
	border-radius: 40px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
}
.btn-primary:hover {
	background: #293ea8;
}
.btn-primary:active {
	background: #1b2e8e;
}
.show-sm {
	display: none;
}
.apexcharts-menu-icon,
.apexcharts-yaxis,
.apexcharts-xaxis,
.apexcharts-xaxis-tick,
.apexcharts-gridline,
.apexcharts-tooltip-series-group,
.apexcharts-tooltip {
	display: none;
}
.apexcharts-canvas,
.apexcharts-svg {
	width: 100% !important;
	height: 100% !important;
}
.apexcharts-inner {
	transform: translate(0%, 25%);
}
.minichart {
	min-height: 60px !important;
	height: 60px !important;
}

header {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.dropdown {
	position: relative;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown .promo-flag,
.promo-flag {
	vertical-align: middle;
	margin-right: 8px;
}
.dropdown .dropbtn {
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.dropdown .dropdown-content {
	padding: 10px 0px;
	max-height: 50vh;
	background-color: rgba(0, 0, 0, 0.86);
	overflow: hidden scroll;
	position: absolute;
	white-space: nowrap;
	display: none;
}
.dropdown .dropdown-content a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	color: white;
	transition: color 0.1s;
}
.dropdown .dropdown-content a:hover {
	color: #e80a09;
}
.dropdown-content::-webkit-scrollbar {
	width: 10px;
}
.dropdown-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
.dropdown-content::-webkit-scrollbar-thumb {
	background: #e31e24;
	border-radius: 10px;
}
.dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.support-link img {
	vertical-align: middle;
	margin-right: 5px;
}
.support-link a {
	color: black;
	text-decoration: none;
}

.block-1 {
	margin-bottom: 70px;
}
.block-1 .title {
	font-family: "SF Pro Display", "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	text-transform: uppercase;
}
.block-1 .subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.02em;
	margin: 30px 0px 40px 0px;
}
.block-1 .button {
	max-width: 180px;
}
.block-1 .block1Text1 {
	margin-top: 150px;
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
}

.block-2 {
	text-align: center;
}
.block-2 .title {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
}
.block-2 .subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	margin: 25px auto;
	max-width: 1160px;
}
.block-2 .block-2-img img {
	display: block;
	margin: auto;
	filter: drop-shadow(0px 0px 1px gray);
	margin-bottom: 10px;
}

.block-3 {
	text-align: center;
}
.block-3 .title {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 40px;
}
.block-3 .img-text {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.02em;
	margin-left: 22px;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: start;
	gap: 10px;
	margin-top: 10px;
}
.block-3 .img-text .text {
	text-align: left !important;
	display: inline-block;
	vertical-align: top;
}
.block-3 .img-text .serial {
	border: 2px solid #3c3c41;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 100%;
}
.block-3 .img-text .serial.fill {
	background: #3c3c41;
	color: #ffffff;
}

.block-4 {
	text-align: center;
}
.block-4 .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 35px;
}
.block-4 .chart {
	display: flex;
	justify-content: center;
}
.block-4 .chart > div {
	flex: 0.6;
}
.block-4 .chart .chart-list table {
	width: 100%;
	text-align: left;
	border-spacing: 0px 10px;
}
.block-4 .chart .chart-list table thead th {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #8d8d8d;
	text-align: center;
}
.block-4 .chart .chart-list table thead th,
.block-4 .chart .chart-list table tbody tr td {
	padding: 15px 10px;
}
.block-4 .chart .chart-list table thead th:first-child,
.block-4 .chart .chart-list table tbody tr td:first-child {
	padding-left: 20px;
}
.block-4 .chart .chart-list table tbody tr td:first-child a {
	text-decoration: none;
	color: inherit;
}
.block-4 .chart .chart-list table thead th:last-child,
.block-4 .chart .chart-list table tbody tr td:last-child {
	padding-right: 20px;
}
.block-4 .chart .chart-list table tbody tr {
	background: rgba(242, 245, 255, 0.32);
	opacity: 0.8;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.03);
	border-radius: 8px;
	cursor: pointer;
}
.block-4 .chart .chart-list table tbody tr td {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #707070;
}
.block-4 .chart .chart-list table tbody tr td:hover,
.block-4 .chart .chart-list table tbody tr td:hover a {
	color: #3c3c41;
}
.block-4 .chart .chart-list table tbody tr.active td,
.block-4 .chart .chart-list table tbody tr.active td a.bordered {
	color: #3c3c41;
}
.block-4 .chart .chart-list table tbody tr td:first-child img {
	float: left;
	margin-right: 15px;
}
.block-4 .chart .chart-list table tbody tr td:first-child .company-id {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.block-4 .chart .chart-list table tbody tr td:first-child .company-name {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.block-4 .chart .chart-list table tbody tr td a.bordered {
	display: block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 5px 25px;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
.block-4 .chart .chart-list table tbody tr td a.colored {
	color: #2fab2d;
	text-decoration: none;
	text-align: center;
	display: block;
}
.block-4 .chart .chart-list table tbody tr td a.colored.red {
	color: red;
}
.block-4 .chart .chart-list table tbody tr.quotes-mobile {
	display: none;
	position: relative;
	top: -10px;
}
.block-4 .chart .chart-list table tbody tr.quotes-mobile td {
	text-align: center;
}
.block-4 .chart .chart-list table tbody tr.quotes-mobile td div {
	display: inline-block;
	width: calc(50% - 20px);
}
.block-4 .chart .chart-list table tbody tr.quotes-mobile td div a.bordered {
	margin: 5px;
}

.block-5 {
	margin: 100px 0;
	text-align: center;
}
.block-5 .title {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.block-5 .form-group {
	width: 485px;
	max-width: 100%;
	margin: auto;
}
.block-5 input,
.block-5 select {
	background: white;
	color: rgba(60, 60, 65, 0.4);
}
.block-5 input[type="text"],
.block-5 input[type="email"],
.block-5 button[type="submit"],
.block-5 select {
	width: 100%;
	border: 1.4px solid #d5d5d5;
	box-sizing: border-box;
	border-radius: 81px;
	padding: 13px 25px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
}
.block-5 input[type="checkbox"] {
	cursor: pointer;
}
.block-5 input::placeholder {
	color: rgba(60, 60, 65, 0.4);
}
.block-5 .phone_code {
	display: flex;
	justify-content: center;
}
.block-5 .phone_code .country_code {
	width: 150px;
	margin-right: 15px;
}
.block-5 .phone_code .input_phone {
	width: 320px;
}
.select2-container:not(#open-account-form .select2-container) {
	margin-bottom: 0px;
	z-index: 999999;
}
#open-account-form .select2-container{
	margin-bottom: 15px;
}
/* span.select2.select2-container.select2-container--default {
	width: 100% !important;
} */
.select2-container .select2-selection--single {
	height: auto;
	text-align: left;
	width: 100%;
	background: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	color: rgba(60, 60, 65, 0.4);
	border: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: rgba(60, 60, 65, 0.4);
	border: 1.4px solid #d5d5d5;
	box-sizing: border-box;
	border-radius: 81px;
	padding: 6.5px 25px;
	background: white;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}
.block-5 .form_check_part {
	display: flex;
	justify-content: left;
	gap: 10px;
}
.block-5 .form_check_text {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	opacity: 0.5;
	margin-bottom: 15px;
}

.block-6 {
	text-align: center;
	margin-bottom: 70px;
}
.block-6 .title {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.block-6 .support-btn {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.block-6 .support-btn .btn {
	background: #3c3c41;
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.08);
	border-radius: 70px;
	color: #ffffff;
	width: 273px;
	padding: 15px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	cursor: pointer;
}
.block-6 .support-btn .btn:hover {
	background: #293ea8;
}
.block-6 .support-btn .btn:active {
	background: #1b2e8e;
}
.block-6 .support-btn .btn .text {
	text-align: left;
}
.block-6 .support-btn .btn img {
	vertical-align: middle;
}

.thanks {
	text-align: center;
	display: none;
}
.thanks .text-1 {
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.thanks .text-2 {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.02em;
}
.thanks .clock-image {
	margin: 25px 0px;
}
.thanks .text-3 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.thanks .text-4,
.thanks .text-5 {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	opacity: 0.3;
}
.thanks .text-4 {
	margin-bottom: 10px;
}
.thanks .text-5 {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.hide-lg {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide-md {
		display: none !important;
	}

	.block-1 {
		text-align: center;
	}
	.block-1 .title {
		font-size: 38px;
	}
	.block-1 .button {
		margin: auto;
	}

	.block-4 .chart > div {
		flex: 1;
	}
	.block-4 .chart .chart-list table tbody tr {
		background: #f2f5ff;
	}
}
@media (max-width: 767px) {
	.hide-sm {
		display: none !important;
	}
	.show-sm {
		display: block !important;
	}

	.block-1 {
		margin-bottom: 0px;
	}

	.block-2 .block-2-img {
		margin-top: 35px;
	}

	.block-3 img {
		margin-top: 70px;
		width: 100%;
	}

	.block-4 .chart .chart-list table tbody tr.quotes-mobile {
		display: table-row;
	}
}
@media (max-width: 575px) {
	header {
		padding: 10px;
	}

	.block-1 .title {
		font-size: 32px;
	}
	.block-1 .subtitle {
		font-size: 22px;
	}
	.block-1 .block1Text1 {
		font-size: 24px;
	}

	.block-5 input[type="text"],
	.block-5 button[type="submit"],
	.block-5 select {
		padding: 13px 15px;
	}
	.block-5 .phone_code .country_code {
		width: 150px;
		margin-right: 10px;
	}

	.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		padding: 6.5px 15px;
	}

	.block-6 .support-btn {
		flex-direction: column;
		align-items: center;
	}
	.block-6 .support-btn .btn {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.block-1 .title {
		font-size: 24px;
		letter-spacing: 0.02em;
		line-height: 32px;
	}
	.block-1 .subtitle {
		font-weight: 400;
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.02em;
	}
}
