@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 0.85vw;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: auto;
  min-height: 100vh;
  font-family: "Bakbak One", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #081c19;
  background-image: url(../img/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  position: relative;
  padding: 0 6.25rem 6.25rem 6.25rem;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

img {
  display: block;
}


.header {
  width: 100%;
  padding: 8rem 11.8rem 0 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo--sub {
  max-width: 19.5rem;
}
.header__logo--main {
  max-width: 16.438rem;
}
.header__logo {
  width: 100%;
  display: inline-block;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.button {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 1.2rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 118%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #09090b;
  border: 2px solid #229c90;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: scale-animation 2s infinite ease-out;
  animation: scale-animation 2s infinite ease-out;
  -webkit-box-shadow: 0 2px 0 0 #0cb589, inset 0 4px 4px 0 rgba(255, 255, 255, 0.73), 0 0 24px 0 #22c99d;
          box-shadow: 0 2px 0 0 #0cb589, inset 0 4px 4px 0 rgba(255, 255, 255, 0.73), 0 0 24px 0 #22c99d;
  background: -o-linear-gradient(1deg, #31fec8 0%, #22c99d 50%, #31fec8 100%);
  background: linear-gradient(89deg, #31fec8 0%, #22c99d 50%, #31fec8 100%);
}


.button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button:active {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
  position: relative;
}

.info__label {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 2rem 0;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #00ffbc;
  text-shadow: 0 0 20px rgba(0, 255, 188, 0.2);
}

.info__title {
  text-shadow: 0 4px 44px rgba(41, 255, 255, 0.25);
  font-weight: 800;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: left;
}
.info__title > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.info__title span{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__title small{
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.5rem;
}
.info__title2 small::before {
  content: '+';
  margin-right: 3px;
  display: block;
}
.info__title2 small {
  display: flex;
  align-items: center;
}


.form {
  font-family: "Montserrat", sans-serif;
  margin-top: 2rem;
  width: 26.25rem;
  border: 2px solid rgba(49, 254, 200, 0.25);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 1.5rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  background: -o-linear-gradient(bottom, #06302b 0%, #06302b 50%, #06302b 100%), -o-radial-gradient(0% 0%, 166.92% 124.89%, #1f7e73 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-gradient(linear, left bottom, left top, from(#06302b), color-stop(50%, #06302b), to(#06302b)), radial-gradient(166.92% 124.89% at 0% 0%, #1f7e73 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(0deg, #06302b 0%, #06302b 50%, #06302b 100%), radial-gradient(166.92% 124.89% at 0% 0%, #1f7e73 0%, rgba(0, 0, 0, 0) 60%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 1rem 0;
}

.form__field {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
.form__field--country, .form__field--phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.form__field--country .form__field-inner:first-child {
  width: -webkit-calc(100% - 7.5rem);
  width: calc(100% - 7.5rem);
}
.form__field--country .form__field-inner:last-child {
  width: 7.25rem;
}
.form__field--phone .form__field-inner:first-child {
  width: 6.813rem;
}
.form__field--phone .form__field-inner:last-child {
  width: -webkit-calc(100% - 7.063rem);
  width: calc(100% - 7.063rem);
}
.form__field-inner {
  position: relative;
}
.form__field-inner--select .form__label {
  top: 0.6rem;
}
.form__field-inner--select::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}
.form__label {
  position: absolute;
  z-index: 1;
  top: 1.4rem;
  left: 1.15rem;
  font-weight: 400;
  font-size: 0.688rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #727489;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
input, select, textarea {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.form__select{
  display: block;
  outline: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  width: 100%;
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #13151b;
  background: #e0e1ea;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 1.45rem 2.5rem 0.55rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}



.form__input {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 120%;
  padding: 1rem;
  letter-spacing: 0.01em;
  color: #13151b;
  background: #e0e1ea;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.form__input.form__input--pass {
  padding-right: 2.5rem;
}
.form__input.form__input--promo {
  border: 2px dashed #31fec8;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  color: #31fec8;
}
.form__input.form__input--promo::-webkit-input-placeholder {
  color: #8e7ba0;
}
.form__input.form__input--promo::-moz-placeholder {
  color: #8e7ba0;
}
.form__input.form__input--promo:-ms-input-placeholder {
  color: #8e7ba0;
}
.form__input.form__input--promo::-ms-input-placeholder {
  color: #8e7ba0;
}
.form__input.form__input--promo::placeholder {
  color: #8e7ba0;
}
input::-webkit-input-placeholder {
  color: #9ca0af;
  opacity: 1;
}
input::-moz-placeholder {
  color: #9ca0af;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #9ca0af;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: #9ca0af;
  opacity: 1;
}
input::placeholder {
  color: #9ca0af;
  opacity: 1;
}

/* var */
input[type="checkbox"].error,
input[type="radio"].error {
  border-color: #fe5151;
}
input[type="checkbox"].error + label,
input[type="radio"].error + label {
  color: #fe5151;
}
input.error, textarea.error, select.error {
	border-color: #fe5151;
}



.form__field--email .form__input:focus + .form__label,
.form__field--pass .form__input:focus + .form__label,
.form__field--tax .form__input:focus + .form__label,
.form__field--phone .form__field-inner:last-child .form__input:focus + .form__label{
  top: 0.3rem
}
.form__field--email .form__input:not(:-moz-placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--email .form__input:not(:-ms-input-placeholder) + .form__label{
  top: 0.3rem;
}
.form__field--email .form__input:not(:placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--phone .form__field-inner:last-child .form__input:not(:-moz-placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--phone .form__field-inner:last-child .form__input:not(:-ms-input-placeholder) + .form__label{
  top: 0.3rem;
}
.form__field--phone .form__field-inner:last-child .form__input:not(:placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--pass .form__input:not(:-moz-placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--pass .form__input:not(:-ms-input-placeholder) + .form__label{
  top: 0.3rem;
}
.form__field--pass .form__input:not(:placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--tax .form__input:not(:-moz-placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--tax .form__input:not(:-ms-input-placeholder) + .form__label{
  top: 0.3rem;
}
.form__field--tax .form__input:not(:placeholder-shown) + .form__label{
  top: 0.3rem;
}
.form__field--email .form__input::-webkit-input-placeholder, .form__field--pass .form__input::-webkit-input-placeholder, .form__field--tax .form__input::-webkit-input-placeholder{
  opacity: 0;
}
.form__field--email .form__input::-moz-placeholder, .form__field--pass .form__input::-moz-placeholder, .form__field--tax .form__input::-moz-placeholder{
  opacity: 0;
}
.form__field--email .form__input:-ms-input-placeholder, .form__field--pass .form__input:-ms-input-placeholder, .form__field--tax .form__input:-ms-input-placeholder{
  opacity: 0;
}
.form__field--email .form__input::-ms-input-placeholder, .form__field--pass .form__input::-ms-input-placeholder, .form__field--tax .form__input::-ms-input-placeholder{
  opacity: 0;
}
.form__field--email .form__input::placeholder, .form__field--pass .form__input::placeholder, .form__field--tax .form__input::placeholder{
  opacity: 0;
}

.form__field--phone .form__field-inner:last-child .form__input::-webkit-input-placeholder{
  opacity: 0;
}

.form__field--phone .form__field-inner:last-child .form__input::-moz-placeholder{
  opacity: 0;
}

.form__field--phone .form__field-inner:last-child .form__input:-ms-input-placeholder{
  opacity: 0;
}

.form__field--phone .form__field-inner:last-child .form__input::-ms-input-placeholder{
  opacity: 0;
}

.form__field--phone .form__field-inner:last-child .form__input::placeholder{
  opacity: 0;
}
.form__field-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 1.3rem;
  right: 1rem;
  cursor: pointer;
}


.error-list {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  color: #fe5151;
  font-size: 0.75rem;
  line-height: 1.35;
}

.error-list:empty {
  display: none;
}

.error-list li + li {
  margin-top: 0.25rem;
}

.form__desc {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 167%;
  letter-spacing: 0.01em;
  color: #9ca0af;
  margin: 1rem 0 0 0;
}
.form__desc a {
  color: #9ca0af;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.form__desc a:hover {
  color: #fff;
}



.main-de .form__title, .main-pl .form__title, .main-ro .form__title, .main-hu .form__title {
  font-size: 0.8rem;
}
.main-fr .info__title, .main-es .info__title, .main-pt .info__title, .main-it .info__title {
  font-size: 3.4rem;
}
.main-fr .info__title small, .main-es .info__title small, .main-pt .info__title small, .main-it .info__title small {
  font-size: 1.5rem;
}
.main-pt .form__title {
  font-size: 0.75rem;
}
