*{
	transition: .2s ease;
}

ul,
li {
  list-style: none;
}

.main {
	margin-top: 120px;
    margin-left: 11px;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  color: #fff;
  font-family: Roboto;
  background-blend-mode: color;
  /* background-image: linear-gradient(to bottom, #002347, #002347); */
  background-image: linear-gradient(to bottom, #0a315b, #042c5b);
}
.content {
  background: url("../img/bg_large2.png") top center/ cover no-repeat;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
.content__info {
  position: absolute;
  display: none !important;
}
.content__info-img {
  position: absolute;
}

.content__info-img--four {
  top: 670px;
  z-index: 5;
}
.content__info-img--five {
  top: 685px;
  left: 33px;
  z-index: 6;
}
.content__info-text {
  position: relative;
  top: 723px;
  left: 28px;
  z-index: 6;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-left: 11px;
}
.content__info-text-img {
  position: relative;
}
.main__content-mob {
  display: none;
}
.content:before {
  content: url("../img/player_one.png");
  position: absolute;
  display: block;
  left: 7px;
  bottom: -8px;
}
.content::after {
  content: url("../img/player_two.png");
  position: absolute;
  display: block;
  left: 240px;
  bottom: -4px;
}
.header {
  margin-top: 24px;
}
.header__logo {
  width: 289px;
  height: 41px;
}
.header__logo-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.container {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
}

.main__container {
  display: flex;
}
.main__desc {
  margin-top: 0;
  margin-left: 44%;
  width: auto;
  max-width: 610px;
  z-index: 10;
}
.main__picture {
  width: 805px;
  height: 1395px;
  top: 240px;
  left: 293px;
  position: absolute;
  z-index: 5;
}
.main__picture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__title {
  font-family: "Roboto-black-italic", sans-serif;
  font-size: 52px;
  font-style: italic;
  letter-spacing: 2.1px;
  font-weight: 900;
  text-transform: uppercase;
}
.main__subtitle {
  margin-top: 19px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  position: relative;
  padding-left: 23px;
  max-width: 580px;
  width: auto;
}
.main__subtitle:before {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #ef5123;
  position: absolute;
  left: -16px;
  top: 19px;
  transform: rotate(90deg);
}
.main__text {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: none;
  margin-bottom: 20px;
}
.main__text-bold {
  background: #ef5123;
  font-size: 24px;
  font-weight: 900;
  padding-left: 3px;
  padding-right: 3px;
  transform: skew(-10deg);
  display: inline-block;
}
.main__text-bold-skew {
  transform: skew(10deg);
}
.register {
  z-index: 4;
}
.register__wrapper {
  margin-top: 34px;
  border-radius: 31px !important;
  padding: 30px 40px 30px 40px;
  background-color: rgb(1, 35, 71);
  background-image: -moz-linear-gradient(
    90deg,
    rgb(1, 35, 71) 0%,
    rgb(0, 50, 102) 84%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(1, 35, 71) 0%,
    rgb(0, 50, 102) 84%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(1, 35, 71) 0%,
    rgb(0, 50, 102) 84%
  );
  margin-bottom: 25px;
  /* min-height: 396px; */
  width: -moz-max-content;
  position: relative;
  max-width: 440px;
}

.register__desc {
  padding: 21px 21px 15px 22px;
  letter-spacing: 1px;
  text-align: center;
}
.register__desc-title {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  text-shadow: #ffd200 0 0 10px;
}
.register__desc-price {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  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: 40px;
  font-weight: 100;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #726950;
  position: absolute;
  top: 27px;
  left: 50px;
  text-transform: uppercase;
  z-index: 1;
}
.register__desc-text {
  margin-top: 14px;
  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 0.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 {
  background-color: #012347;
  padding: 21px 21px 15px 22px;
  border-radius: 0 0 15px 15px;
}
.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;
}
.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: 400;
  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;
}
.checkbox {
  margin-top: 16px;
}
.info {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
}
.info__text {
  position: relative;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 2px solid #cbd4df;
}
.info input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.info .checkmark:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #084b94;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.info input:checked ~ .checkmark:after {
  display: block;
}

.botom-pop {
  margin-top: 22px;
}

.form-btn {
  border-radius: 50px;
  border: solid 4px transparent;
  background-image: linear-gradient(to top, #fa5e00, #fa5e00);
  box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 0.63);
  padding: 13px 28.5px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  outline: transparent;
  text-transform: uppercase;
  min-width: 434px;
  display: block;
  margin: 0 auto;
}
.form-btn:hover {
  box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 1);
  transition: all 0.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;
    text-align: center;
  }
}

/* custom styles */

.register__info {
  font-family: "Roboto-black-italic", sans-serif;
  font-size: 38px;
  color: rgb(255, 255, 255);
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.054;
  color: #ffd200;
  text-shadow: 0px 0px 15px #ffd200;
  text-align: center;
}

.register__info>span {
	color: white;
}

