/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Nunito Font Face
--------------------------------------------------------------*/
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito/nunito-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito/nunito-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito/nunito-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito/nunito-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito/nunito-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/*--------------------------------------------------------------
## HTML
--------------------------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/
body {
  background-color: #1C1C1C;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper {
  visibility: hidden;
}
/*--------------------------------------------------------------
## Images, Iframe, Video
--------------------------------------------------------------*/
img,
iframe,
video {
  display: block;
  max-width: 100%;
  width: 100%;
}
/*--------------------------------------------------------------
## Wrap
--------------------------------------------------------------*/
.wrap {
  display: flex;
  max-width: 794px;
  width: 100%;
  padding: 0;
  margin: auto;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  width: 100%;
  padding: 1.3125rem 0;
  /*  21px / 16px */
}
/*--------------------------------------------------------------
### Header Wrap
--------------------------------------------------------------*/
.header > .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/*--------------------------------------------------------------
### Header Left
--------------------------------------------------------------*/
.header__left,
.header__right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
/*--------------------------------------------------------------
### Logo
--------------------------------------------------------------*/
.logo {
  display: block;
  background: transparent url("../img/fizy_Logo.png") center center no-repeat;
  background-size: contain;
  width: 78px;
  height: 74px;
  padding: 0;
  margin: 0 1.25rem 0 0;
  /* 20px / 16px */
}
/*--------------------------------------------------------------
### Header Nav List
--------------------------------------------------------------*/
.helper-nav-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
/*--------------------------------------------------------------
#### Header Nav List Item
--------------------------------------------------------------*/
.helper-nav-list__item {
  display: block;
  margin: 0 0.625rem 0 0;
  /* 10px / 16px */
}
.helper-nav-list__item:last-child {
  margin: 0;
}
/*--------------------------------------------------------------
#### Header Nav List Link
--------------------------------------------------------------*/
.helper-nav-list__link {
  display: block;
  font-size: 1rem;
  /* 16px / 16px */
  font-weight: 400;
  line-height: 1.375;
  color: #FFFFFF;
  letter-spacing: 0.04px;
  text-decoration: none;
  cursor: pointer;
}
.helper-nav-list__link:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.main {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  /* 10px / 16px */
}
/*--------------------------------------------------------------
### Main Wrap
--------------------------------------------------------------*/
.main > .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
/*--------------------------------------------------------------
### Content
--------------------------------------------------------------*/
.content {
  max-width: 376px;
  width: 100%;
  flex: 0 0 376px;
}
/*--------------------------------------------------------------
#### Content Main Title
--------------------------------------------------------------*/
.content__main-title {
  font-size: 2.5rem;
  /* 40px / 16px */
  font-weight: 900;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 0.625rem 0;
  /* 10px / 16px */
}
/*--------------------------------------------------------------
#### Content Text
--------------------------------------------------------------*/
.content__text {
  font-size: 1.25rem;
  /* 20px / 16px */
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.06px;
  margin: 0 0 1.875rem 0;
  /* 30px / 16px */
}
/*--------------------------------------------------------------
### Promo Form
--------------------------------------------------------------*/
.promo-form {
  display: block;
  width: 100%;
}
/*--------------------------------------------------------------
#### Promo Form Title
--------------------------------------------------------------*/
.promo-form__title {
  font-size: 1.25rem;
  /* 20px / 16px */
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.06px;
}
/*--------------------------------------------------------------
#### Promo Form Text
--------------------------------------------------------------*/
.promo-form__text {
  font-size: 0.875rem;
  /* 14px / 16px */
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.04px;
  margin: 0 0 1.25rem 0;
  /* 20px / 16px */
}
.promo-form__inform__text {
  font-size: 0.75rem;
  /* 14px / 16px */
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.04px;
  margin: 0 0 0.75rem 0;
  /* 20px / 16px */
}
/*--------------------------------------------------------------
#### Promo Form Input
--------------------------------------------------------------*/
.promo-form input[type='text'] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1C1C1C;
  border-radius: 5px;
  font-size: 0.9375rem;
  /* 15px / 16px */
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  letter-spacing: 0.04px;
  text-align: left;
  padding: 0.875rem 1.25rem;
  /* 14px / 16px | 20px / 16px */
}
.promo-form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B7B7B7;
  opacity: 1;
}
.promo-form input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #B7B7B7;
  opacity: 1;
}
.promo-form input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #B7B7B7;
  opacity: 1;
}
.promo-form input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #B7B7B7;
  opacity: 1;
}
.promo-form input[type='text'].promo-form__gift-code {
  text-align: center;
}
.promo-form input[type='text'].error {
  color: #DF2D42;
  border-color: #DF2D42;
}
/*--------------------------------------------------------------
#### Promo Form Error Label
--------------------------------------------------------------*/
.promo-form label.error {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8125rem;
  /* 13px / 16px */
  font-weight: 400;
  line-height: 1.38;
  color: #df2d42;
  text-transform: uppercase;
  margin: 0.625rem 0 0 0;
  /* 10px / 16px */
}
.promo-form label.error::before {
  display: inline-block;
  content: '';
  background: transparent url("../img/icon_warning.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 0.5rem 0 0;
  /* 8px / 16px */
}
/*--------------------------------------------------------------
#### Promo Form Submit
--------------------------------------------------------------*/
.promo-form__submit,
.popup-content__button {
  width: auto;
  min-width: 195px;
  background-color: #FED200;
  font-size: 1.2rem;
  /* 18px / 16px */
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
  letter-spacing: 0.05px;
  text-align: center;
  text-decoration: none;
  padding: 0.625rem 0;
  /* 10px / 16px */
  margin: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
  transition: all 300ms ease-in;
}
.promo-form__submit:hover {
  background-color: #ffe775;
}
body.app #popup-complete-button {
  display: none;
}
/*--------------------------------------------------------------
#### Promo Form Phone Number Container & Gift Code Container
--------------------------------------------------------------*/
.promo-form__phone-number-container,
.promo-form__gift-code-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 1.875rem 0;
  /* 30px / 16px */
}
/*--------------------------------------------------------------
#### Promo Form Area Code
--------------------------------------------------------------*/
.promo-form__area-code {
  width: 100%;
  height: 49px;
  background-color: #fff;
  border: 1px solid #1C1C1C;
  border-radius: 5px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.33;
  color: #000;
  letter-spacing: .04px;
  text-align: left;
  padding: .875rem .25rem;
  max-width: 82px;
  flex: 0 0 82px;
}
/*--------------------------------------------------------------
#### Promo Form Phone Number
--------------------------------------------------------------*/
.promo-form__phone-number {
  max-width: calc(100% - 92px);
  flex: 0 0 calc(100% - 92px);
}
/*--------------------------------------------------------------
### Update captcha link
--------------------------------------------------------------*/
.reCaptcha-area {
  width: 100%;
  display: none;
  padding: 12px;
  align-items: center;
  gap: 15px;
  align-self: stretch;  
  border-radius: 10px;
  background: var(--cards-white-7, rgba(255, 255, 255, 0.07));
}

.captcha {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
  aspect-ratio: 170.00/101.93;
  border-radius: 6.855px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
} /*lifetech*/

.captcha-update {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
} /*lifetech*/

.captcha-info{
  display: flex;
  width: 52px;
  height: 52px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.captcha-info-text{
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #3B3B3B;
}

.img-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.captcha-input-area {
  width: 100%;
}
.sound-area {
  display: none;
}

.captcha-input {
  display: none;
  max-width: calc(100%);
  margin-top: 1.5rem;
}/*lifetech*/

.img-group {
  position: relative;
}

.captcha-tooltip {
  display: none;
  position: absolute;
  top: 75px;
  left: 7%;
  transform: translateX(-50%);
  background: #3B3B3B;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
  z-index: 1000;
  width: 220px;
  *:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3B3B3B;
    top: -8px;
    right: 10px;
  }
}

.tooltip-arrow {
  position: absolute;
  top: -10px;
  left: 83%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
}

.captcha-info.active + .captcha-tooltip {
    display: block;
}
/*--------------------------------------------------------------
### Phone Image
--------------------------------------------------------------*/
.phone-image {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 608px;
  flex: 0 0 300px;
  background: transparent url("../img/phone-tr.webp") left top no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
.popup {
  position: relative;
  max-width: 468px;
  width: 100%;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 5px;
  padding: 2.5rem 1.125rem;
  /* 40px / 16px | 18px / 16px */
  margin: auto;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}
.popup.popup_help-popup {
  max-width: 683px;
  max-height: 477px;
  padding: 2.5rem 1.375rem;
  /* 40px / 16px | 22px / 16px */
  overflow-y: scroll;
}
/*--------------------------------------------------------------
### Popup Content
--------------------------------------------------------------*/
.popup-content {
  width: 100%;
}
/*--------------------------------------------------------------
### Popup Content Title
--------------------------------------------------------------*/
.popup-content__title {
  display: block;
  width: 100%;
  font-size: 1.875rem;
  /* 30px / 16px */
  font-weight: 700;
  line-height: 1.36;
  color: #000000;
  text-align: center;
  margin: 0 0 0.9375rem 0;
  /* 15px / 16px */
}
.popup.popup_help-popup .popup-content__title {
  font-size: 1.25rem;
  /* 20px / 16px */
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
/*--------------------------------------------------------------
### Popup Content Text
--------------------------------------------------------------*/
.popup-content__text {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  /* 15px / 16px */
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  letter-spacing: 0.04px;
  text-align: center;
  margin: 0 0 0.9375rem 0;
  /* 15px / 16px */
}
/*--------------------------------------------------------------
### Popup Content Phone Number
--------------------------------------------------------------*/
.popup-content__phone-number {
  display: block;
  width: 100%;
  font-size: 1.875rem;
  /* 30px / 16px */
  font-weight: 600;
  line-height: 1.36;
  color: #000000;
  text-align: center;
  margin: 0.9375rem 0 2.5rem 0;
  /* 15px / 16px | 40px / 16px */
}
/*--------------------------------------------------------------
### Popup SSS
--------------------------------------------------------------*/
.popup-sss {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 0 2.5rem 0;
  /* 40px / 16px */
}
/*--------------------------------------------------------------
#### Popup SSS Question
--------------------------------------------------------------*/
.popup-sss__question {
  width: 100%;
  font-size: 0.9375rem;
  /* 15px / 16px */
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
  margin: 0 0 0.625rem 0;
  /* 10px / 16px */
}
/*--------------------------------------------------------------
#### Popup SSS Answer
--------------------------------------------------------------*/
.popup-sss__answer {
  width: 100%;
  font-size: 0.875rem;
  /* 14px / 16px */
  font-weight: 400;
  line-height: 1.35;
  color: #000000;
  margin: 0 0 1.25rem 0;
  /* 20px / 16px */
}
.popup-sss__answer:last-child {
  margin: 0;
}
/*--------------------------------------------------------------
### Popup Content App Urls
--------------------------------------------------------------*/
.app-urls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 340px;
  width: 100%;
  margin: 1.875rem auto 1.25rem auto;
  /* 30px / 16px | 20px / 16px */
}
/*--------------------------------------------------------------
### Popup Content Apple & Android Url
--------------------------------------------------------------*/
.apple-app-url,
.android-app-url {
  display: block;
  width: 158px;
  height: 46px;
  flex: 0 0 158px;
  text-indent: -999em;
  margin: 0.625rem auto 0 auto;
}
.apple-app-url {
  background: transparent url("../img/apple-store-icon.png") center center no-repeat;
  background-size: contain;
}
.android-app-url {
  background: transparent url("../img/android-store-icon.png") center center no-repeat;
  background-size: contain;
}
/*--------------------------------------------------------------
### Popup Content Button
--------------------------------------------------------------*/
.popup-content__button {
  display: table;
  margin: 0.625rem auto 0 auto;
  /* 10px / 16px */
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.34);
}
.popup-content__button.popup-content__button_desktop {
  display: table;
  visibility: visible;
}
.iOS .popup-content__button.popup-content__button_desktop,
.Android .popup-content__button.popup-content__button_desktop {
  display: none;
  visibility: hidden;
}
.popup-content__button_mobile {
  display: none;
  visibility: hidden;
}
.iOS .popup-content__button_mobile,
.Android .popup-content__button_mobile {
  display: table;
  visibility: visible;
}
.popup-content__button:hover {
  background-color: #ffe775;
}
/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/
/*@media screen and (max-width: 1024px) {*/
/*.popup-content__button.popup-content__button_desktop {*/
/*display: block;*/
/*visibility: visible;*/
/*}*/
/*.popup-content__button_mobile {*/
/*display: none;*/
/*visibility: visible;*/
/*}*/
/*}*/
@media screen and (max-width: 834px) {
  .wrap {
    padding-left: 1rem;
    /* 16px / 16px */
    padding-right: 1rem;
    /* 16px / 16px */
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 47px;
    height: 45px;
  }
  .main > .wrap {
    justify-content: center;
  }
  .content {
    max-width: 376px;
    flex: 0 0 376px;
  }
  .content__main-title {
    font-size: 1.875rem;
    /* 30px / 16px */
    font-weight: 700;
    line-height: 1.36;
    text-align: center;
  }
  .content__text {
    text-align: center;
  }
  .promo-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .promo-form__title {
    font-size: 0.9375rem;
    /* 15px / 16px */
    line-height: 1.33;
    letter-spacing: 0.04px;
    margin: 0 0 0.3125rem 0;
    /* 5px / 16px */
  }
  .promo-form__text {
    font-size: 0.75rem;
    /* 12px / 16px */
    line-height: 1.33;
    letter-spacing: 0.03px;
    margin: 0 0 0.9375rem 0;
    /* 15px / 16px */
  }
  .promo-form input[type='text'] {
    padding: 0.875rem 0.625rem;
  }
  .promo-form__submit {
    width: 100%;
    min-width: 100%;
  }
  .promo-form__phone-number-container {
    justify-content: space-between;
  }
  .promo-form__area-code {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .promo-form__phone-number {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .phone-image {
    display: none;
    visibility: hidden;
  }
  .popup-content__title {
    font-size: 1.25rem;
    /* 20px / 16px */
    margin: 0 0 0.625rem 0;
    /* 10px / 16px */
  }
  .popup-content__text {
    margin: 0 0 0.625rem 0;
    /* 10px / 16px */
  }
  .popup-content__phone-number {
    font-size: 1.25rem;
    /* 20px / 16px */
    line-height: 1.35;
    margin: 0.625rem 0 1.875rem 0;
    /* 10px / 16px | 30px / 16px */
  }
  .apple-app-url,
  .android-app-url {
    width: 126px;
    height: 37px;
    flex: 0 0 126px;
  }
}
@media screen and (max-width: 380px) {
  .content {
    max-width: 100%;
    flex: 0 0 auto;
  }
}
