.popup-wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(22, 100, 163, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	top: 0;
}

.privacy-statement-swe {
	width: 645px;
	min-height: 594px;
	padding: 55px 68px 81px;
	background: #fff;
	position: relative;
}

.submit-privacy {
	cursor: pointer;
	background: #FC6D44;
	color: #fff;
	padding: 16px 80px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	width: fit-content;
}

.privacy-statement-swe h5 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 13px;
}

.privacy-statement-swe .consent-text p,
.privacy-statement-swe .consent-text a {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}

.popup-choose-country-inner {
	width: 645px;
	height: 90%;
	overflow: scroll;
	padding: 55px 68px 39px;
	background: #fff;
	position: relative;
}

/* Selectpicker */

.dropdown-toggle::after {
	display: block;
	width: 25px;
	height: 14px;
	background-image: url(../img/arrow.svg);
	border: none!important;
	background-size: contain;
	background-repeat: no-repeat;
}

.bootstrap-select .btn {
	outline: none!important;
	background-color: transparent;
	width: 385px;
	height: 41px;
	border: 2px #E5E5E5 solid!important;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000000!important;
	padding: 4px 20px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 385px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none!important;
	box-shadow: none!important;
}

.bootstrap-select .dropdown-menu {
	border-radius: 0;
	border: 1px #E5E5E5 solid!important;
	padding: 0;
	margin-top: -3px!important;
}

.bootstrap-select .dropdown-menu .inner {
	border: none;
}

.bootstrap-select .dropdown-menu li {
	height: 40px;
	display: flex;
}

.bootstrap-select .dropdown-menu li a {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	padding: 10px;
	padding-left: 20px;
	display: flex;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #fff;
}

img.flag {
	width: 28px;
	height: 28px;
	object-fit: contain;
	margin-right: 17px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	display: flex;
	align-items: center;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: flex;
	align-items: center;
}

/* Select country popup */
.popup-choose-country-inner h5 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 13px;
}

.popup-choose-country-inner h5.residence {
	margin-top: 48px;
}

.popup-choose-country-inner h5.consent {
	margin-top: 38px;
}

.consent-text {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 40px;
}

.popup-choose-country-inner .consent-text p,
.popup-choose-country-inner .consent-text a {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.privacy-statement-swe .submit-privacy {
	position: absolute;
	bottom: 81px;
}

/* Investor choose block */

.us-investor-type {
	display: none;
}

h5.investor {
	margin-top: 38px;
}

.us-investor-type .form-check {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.us-investor-type .form-check label {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	margin-left: 11px;
}

.us-investor-type .form-check-input:checked[type=radio] {
	background-image: url(../img/ellipse.svg);
	background-size: 17px;
}

.us-investor-type .form-check-input {
	background-color: #fff;
	border: #000 2px solid;
	width: 27px;
	height: 27px;
	outline: none!important;
}

.us-investor-type .form-check-input:focus {
	outline: none!important;
	box-shadow: none!important;
}

.consent-wrap {
	display: none;
}

.bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 500px) {
	.popup-wrap {
		align-items: baseline;
	}
	.popup-choose-country-inner {
		width: 100%;
		padding: 20px 20px 47px;
		position: absolute;
		overflow-y: scroll;
		top: 0;
		bottom: 0;
		padding-bottom: 100px;
	}
	.bootstrap-select .btn {
		width: 280px;
	}
	.submit-privacy,
	.privacy-statement-swe .submit-privacy {
		position: relative;
		bottom: auto;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 280px;
	}

	.privacy-statement-swe {
		width: 100%;
		padding: 20px;
		min-height: 520px;
		position: absolute;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (orientation: landscape) and (max-height: 500px) {
	.popup-wrap {
		align-items: baseline;
	}
	.popup-choose-country-inner, .privacy-statement-swe {
		overflow-y: scroll;
		height: inherit;
		min-height: calc(100vh - 40px);
		max-height: calc(100vh - 40px);
	}
	.submit-privacy,
	.privacy-statement-swe .submit-privacy {
		position: relative;
		bottom: auto;
	}
}

.main-menu .dropdown-menu {
	position: relative;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #aaaaaa;
	text-align: left;
	list-style: none;
	background-color: #232323;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
}

.main-menu .nav-link:focus, .main-menu .nav-link:hover {
	color: #aaaaaa;
}

.main-menu .dropdown-item:focus, .main-menu .dropdown-item:hover {
	background-color: transparent;
	color: #aaaaaa;
}