.register {
	z-index: 100;
}

.register__wrapper {
	margin-top: 13px;
	border-radius: 40px;
	margin-bottom: 9px;
	width: -moz-max-content;
	position: relative;
	max-width: 560px;
}

.register__desc {
	padding: 21px 21px 15px 22px;
	text-align: center;
}

.register__desc-title {
	font-size: 50px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	 
}

.register__desc-price {
	font-size: 50px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	color: #ffd200;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	text-shadow: #ffd200 0 0 10px;
}

.register__desc-bg {
	font-family: "Thin", sans-serif;
	font-size: 50px;
	font-weight: 100;
	font-stretch: normal;
	font-style: italic;
	letter-spacing: normal;
	text-align: left;
	color: #726950;
	position: absolute;
	top: 27px;
	left: 28px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.register__desc-text {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #56b9ff;
	text-transform: uppercase;
	text-shadow: #56b9ff 0 0 15px;
}

.tabs__wrapper {
	display: flex;
	width: 440px;
	height: 41px;
	background-color: #003266;
}

.tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	padding: 17px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	color: #1183d3;
}

.tab:hover {
	background-image: linear-gradient(to top, #012347, #003266);
	transition: all .5s;
	color: #f4b909;
}

.tab__text {
	padding-left: 13px;
}

.active {
	background-image: linear-gradient(to top, #012347, #003266);
	color: #f4b909;
}

.img-phone {
	width: 18px;
	height: 20px;
}

.img-mail {
	width: 21px;
	height: 16px;
}

.active .img-phone {
	content: url('../img/phone.png');
}

.active .img-mail {
	content: url('../img/mail.png');
}

.shape {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form {
	position: relative;
}

.form__wrapper {
	display: flex;
	flex-direction: column;
}

.form__row {
	position: relative;
}

.phone-prefix__wrap--modified {
	position: relative;
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0;
	background: initial;
	box-shadow: none;
}

.phone-prefix__flag {
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 18px;
}

select:not(:-internal-list-box) {
	overflow: visible !important;
}

.phone-prefix__select {
	width: 38px;
	height: 40px;
	font-size: 16px;
	position: absolute;
	background: url('../img/select.png') no-repeat right;
	-webkit-appearance: none;
	border: none;
	font-weight: 600;
	left: 30px;
	top: 3px;
}

.phone-prefix__code {
	display: inline-block;
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	position: absolute;
	left: 50px;
	top: 10px;
}

.phone-input {
	padding: 10px 3px 9px 135px;
}

.email__img {
	position: absolute;
	top: 16px;
	left: 18px;
}

.email-input {
	padding: 10px 42px 9px 42px;
	letter-spacing: 0.8px;
}

.password-input {
	padding: 10px 42px 9px 42px;
	letter-spacing: 0.8px;
	margin-top: 22px;
}

.password__img {
	position: absolute;
	left: 17px;
	top: 36px;
	width: 20px;
	height: 20px;
}

.password-control {
	position: absolute;
	top: 36px;
	right: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/view.svg') 0 0 no-repeat;
}

.password-control.view {
	background: url('../img/no-view.svg') 0 0 no-repeat;
}

.inp-form {
	border: solid 3px #003266;
	background-color: #012347;
	text-align: left;
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	font-size: 20px;
	outline: transparent;
	font-weight: 600;
	color: #fff;
}

.inp-form::placeholder {
	color: #1183d3;
}

.currency__inp {
	padding: 10px 10px 9px 74px;
	background-color: #012347;
	position: relative;
	margin-top: 22px;
}

.currency__inp--email {
	margin-left: 0;
}

.currency__img {
	position: absolute;
	left: 18px;
	top: 37px;
}

.list-select {
	background: url('../img/select.png') no-repeat right;
	-webkit-appearance: none;
	position: absolute;
	left: 58px;
	top: 23px;
	height: 45px;
	font-size: 16px;
	border: none;
	width: 315px;
	font-weight: 600;
}

.formError {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
	max-width: 270px;
	text-align: left;
}

.botom-pop {
	margin-top: 22px;
}

.form-btn {
    border-radius: 11px;
    border: solid 0px transparent;
    padding: 15px 7.5px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    outline: transparent;
    text-transform: uppercase;
    min-width: 222px;
    background: #fec632;
}

.form-btn:hover {
	box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 0.63);
	transition: all .3s;
}

.select2-container {
	position: absolute;
}

.select2-container--default {
	position: absolute;
	left: 0;
	top: 21px;
}

.phone-prefix__select+.select2-container {
	left: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

.select2-container--default .select2-selection--single {
	background: transparent;
}

img.undefined {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.phone-prefix__flag {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
	height: inherit;
	left: 0;
	margin-left: inherit;
	margin-top: inherit;
	top: inherit;
	width: inherit;
	background: url('../img/select.png') no-repeat right;
	-webkit-appearance: none;
}

.phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
	left: 90px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: inherit;
	border-width: inherit;
	background: url('../img/select.png') no-repeat right;
	-webkit-appearance: none;
	transform: rotate(-180deg);
	left: 7px;
}

.list-select+.select2 {
	width: 397px !important;
	margin-bottom: 0;
}

.list-select+.select2 .select2-selection__rendered {
	padding-left: 34px;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	color: #fff;
	width: 70px !important;
}

.list-select+.select2 .select2-selection--single {
	height: 48px;
}

.phone-prefix__select+.select2-container--default {
	position: absolute;
	top: 8px;
}



/*IE hacks*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.register__wrapper {
		width: 100%;
	}

	.inp-form {
		width: auto;
		min-width: 310px;
	}

	.phone-input {
		padding: 10px 3px 9px 80px;
	}
}