.register {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: -11111;
  background-color: #00050ce6;
  opacity: 0;
  transition: 0.2s ease;
}
.register__wrapper {
  border-radius: 50px;
  background-color: #003266;
  width: -moz-max-content;
  position: relative;
  max-width: 570px;
}
.register__desc {
  padding: 35px 21px 15px 22px;
  text-align: center;
  font-family: Roboto;
}
.register__desc-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  font-stretch: normal;
  font-style: italic;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  text-shadow: #ffd200 0 0 10px;
}
.register__desc-price {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  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: 56px;
  font-weight: 100;
  line-height: 1;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: left;
  color: #726950;
  position: absolute;
  top: 27px;
  left: 50px;
  text-transform: uppercase;
  z-index: 1;
}
.register__desc-text {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: center;
  color: #56b9ff;
  text-transform: uppercase;
  text-shadow: #56b9ff 0 0 15px;
}
.tabs__wrapper {
  display: flex;
  overflow: hidden;
  width: 570px;
  height: 80px;
  background-color: #003266;
}
.tab {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 17px;
  font-size: 26px;
  font-weight: 500;
  cursor: pointer;
  color: #1183d3;
}
.tab:hover {
  background-image: linear-gradient(to top, #012347, #003266);
  transition: all 0.5s;
  color: #f4b909;
}
.tab__text {
  padding-left: 13px;
}

.active {
  background-image: linear-gradient(to top, #012347, #003266);
  color: #f4b909;
}
.img-phone {
  width: 26px;
  height: 30px;
}
.img-mail {
  width: 28px;
  height: 22px;
}
.active .img-phone {
  content: url("../img/phone.png");
}
.active .img-mail {
  content: url("../img/mail.png");
}
.shape {
  background-color: #012347;
  padding: 37px 37px 27px 37px;
  border-radius: 0 0 50px 50px;
}
.form {
  position: relative;
}
.form__wrapper {
  display: flex;
  flex-direction: column;
}
.form__row {
  position: relative;
  margin-top: 18px;
}
.form__row:first-child{
  margin-top: 0;
}
.phone-prefix__wrap--modified {
  position: relative;
  display: flex;
  align-items: center;
  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: 26px;
  position: absolute;
  background: url("../img/select.png") no-repeat right;
  -webkit-appearance: none;
  border: none;
  font-weight: 600;
  left: 30px;
}

.phone-prefix__code {
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  position: absolute;
  left: 70px;
  top: 42px;
}
.phone-input {
  padding: 10px 3px 9px 160px;
}
.email__img {
  position: absolute;
  left: 30px;
  width: 28px;
  height: 22px;
  top: 48px;
}
.email-input {
  padding: 10px 42px 9px 70px;
  letter-spacing: 0.8px;
}
.password-input {
  padding: 10px 42px 9px 70px;
  letter-spacing: 0.8px;
}
.password__img {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 30px;
  height: 28px;
}
.password-control {
  position: absolute;
  top: 43px;
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  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 4px #003266;
  background-color: #012347;
  text-align: left;
  width: 100%;
  border-radius: 100px;
  height: 88px;
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  width: 496px;
  font-size: 26px;
  outline: transparent;
  font-weight: 600;
  color: #fff;
}

.inp-form::placeholder {
  color: #1183d3;
}
.currency__inp {
  padding: 10px 10px 9px 74px;
  background-color: #012347;
  position: relative;
}
.currency__inp--email {
  margin-left: 0;
}
.currency__img {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 26px;
}

.list-select {
  background: url("../img/select.png") no-repeat right;
  -webkit-appearance: none;
  position: absolute;
  left: 70px;
  top: 23px;
  height: 45px;
  font-size: 16px;
  border: none;
  width: 400px;
  font-weight: 600;
}
.formError {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  font-size: 22px;
  text-align: left;
}

.botom-pop {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.form-btn {
  border-radius: 100px;
  border: solid 4px transparent;
  background-image: linear-gradient(to top, #fa4d00, #fa4d00);
  padding: 4px 28.5px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  outline: transparent;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 0.43);
  text-transform: uppercase;
  width: 100%;
  max-width: 496px;
  height: 100px;
  z-index: 1000;
}

.form-btn:hover {
  box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 0.63);
  transition: all 0.3s;
}
.select2-container {
  position: absolute;
}
.select2-container--default {
  position: absolute;
  left: 0;
  top: 21px;
}
.phone-prefix__select + .select2-container {
  left: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  width: 30px;
  height: 30px;
  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: 110px;
}
.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: 490px !important;
  margin-bottom: 0;
}
.list-select + .select2 .select2-selection__rendered {
  padding-left: 85px;
  font-size: 26px;
  position: relative;
  font-weight: 600;
  color: #fff;
}
.list-select + .select2 .select2-selection--single {
  height: 72px;
}
.phone-prefix__select + .select2-container--default {
  position: absolute;
  top: 44px;
}

/*IE hacks*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .register__wrapper {
    width: 100%;
  }
  .inp-form {
    width: auto;
    min-width: 310px;
  }
 
}

.register {
  backdrop-filter: blur(3px);
  overflow: hidden;
}


.overlay-bg {
  position: absolute;
  z-index: -30;
  width: 100%;
  height: 100%;
}

.register__desc-text {
  color: white !important;
  text-shadow: none !important;
}

.register__desc-title {
  text-shadow: none !important;
}

.white-text {
  color: white !important;
  text-shadow: 0 0 5px white !important;
}

.botom-pop {
  padding-bottom: 8px;
}



.list-select,
.currency__img {
  top: 50%;
  transform: translate(0, -50%);
}


.active {
  background-image: none !important;
  background-color: #002343 !important;
}

.tab:nth-child(1) {
  position: relative;
  border-radius: 100px 100px 130px 0px;
}
.tab:nth-child(2) {
  position: relative;
  border-radius: 100px 100px 0px 130px;
}

.tab:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #003266;
  z-index: -1;
}

.tab:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -28px;
  right: -38px;
  border-radius: inherit;
  background-color: #002343;
  z-index: -2;
}
.tab:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #003266;
  z-index: -1;
}

.tab:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -28px;
  left: -38px;
  border-radius: inherit;
  background-color: #002343;
  z-index: -2;
}
.tab {
  transition: unset !important;
}

.tab.active::before {
  content: none !important;
}
.tab.active::after {
  content: none !important;
}

.tab {
  z-index: 100;
}

.shape {
  background-color: #002343;
}

.tab:hover {
  background-image: none;
  background-color: #002343 !important;
}

.tab:hover .tab__text {
  color: white;
}
.register__img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.register__img-pic{
  position: absolute;
}
.register__img-pic--one{
  left: 540px;
  top: 150px;
  width: 40%;
}
.register__img-pic--two{

}
.register__img-pic--three{
  
}
.register__img-pic--four{
  
}
.register__img-pic--five{
  
}
.register__img-pic--six{
  
}
.register__img-pic--seven{
  
}