@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-UltraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("/fonts/AvenirNextCyr-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.popup {
  position: fixed;
  display: none;
  background-color: #fff;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #201e2674;
}

.popup-content {
  border-radius: 30px;
  background-color: #fff;
  width: 690px;
  margin: 100px auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 570px;
}

.popup-logo img {
  width: 200px;
  pointer-events: none;
}

.top-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close-btn {
  width: 48px;
  height: 48px;
  padding: 15px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 24px rgba(49, 39, 107, 0.08);
          box-shadow: 0px 0px 24px rgba(49, 39, 107, 0.08);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.raw {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-bottom: 34px;
}

.input {
  background: #F5F4F6;
  border-radius: 12px;
  border: none;
  padding: 10px 16px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F5F4F6;
  width: 100%;
}

.field-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.separator {
  display: none;
}

label.error {
  font-size: 14px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #ff6363;
  padding-left: 2px;
  position: absolute;
  top: 46px;
  left: 0;
}

.field-text label.error {
  top: 104px;
}

textarea.input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

.field-text {
  width: calc(50% - 15px);
}

.input:focus {
  outline: 1px solid #eae9ec;
}

.input.error {
  border: 1px solid #ff6363;
}

.send-btn {
  margin-top: 50px;
  width: calc(50% - 15px);
  height: 44px;
  border: none;
  border-radius: 24px;
  background: #7B61FF;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  cursor: pointer;
}

.send-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.share-title {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #030614;
  margin: 40px 0;
}

::-webkit-input-placeholder {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #AAA9BC;
}

:-ms-input-placeholder {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #AAA9BC;
}

::-ms-input-placeholder {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #AAA9BC;
}

::placeholder {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #AAA9BC;
}

img.write-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

img.reminder-img {
  max-width: 300px;
  margin-bottom: 40px;
  display: none;
}

@media (max-width: 750px) {
  .separator {
    display: block;
    height: 1px;
    background-color: #F5F4F6;
    margin: 20px -30px;
  }
  .popup-content {
    border-radius: 30px;
    background-color: #fff;
    max-width: 100%;
    width: auto;
    margin: 40px 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
  }
  .write-img {
    display: none;
  }
  img.reminder-img {
    display: block;
  }
  .raw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .field-block {
    width: 100%;
  }
  .send-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .popup-logo img {
    width: 140px;
    pointer-events: none;
  }
  .fixed-part {
    max-height: 60vh;
    overflow: scroll;
  }
}

.thankyou-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

body {
  margin: 0 0;
  padding: 64px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-image: url(/assets/background.png);
  background-size: cover;
}

.lock {
  overflow: hidden;
}

.loader svg path {
  fill: #5F4ADC;
}

.loader svg {
  width: 70px;
}

.mementologo {
  width: 240px;
  /*margin-top: 64px;*/
  margin-left: auto;
  margin-right: auto;
}

.mementologo img {
  width: 240px;
}

.card-wrapper {
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 920px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
  border-radius: 30px;
  padding: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 300px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}

.companylogo {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 100px;
}

.person-avatar {
  border-radius: 14px;
  width: 240px;
}

.person-name {
  margin-top: 16px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #201E26;
  text-align: center;
}

.person-desc {
  margin-top: 4px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #AAA9BC;
  text-align: center;
}

.button-wrapper {
  margin-top: 30px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.gradient-btn {
  width: 260px;
  height: 44px;
  background: linear-gradient(94.34deg, #5F4ADC -56.52%, #F199C9 166.75%);
  border: none;
  border-radius: 30px;
  line-height: 20px;
  cursor: pointer;
}

.gradient-btn .btn-link {
  color: #fff;
  text-decoration: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

.fill-btn {
  width: 260px;
  height: 44px;
  background: #7B61FF;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}

.fill-btn .btn-link {
  color: #fff;
  text-decoration: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

.outline-btn {
  width: 260px;
  height: 44px;
  background: #fff;
  border: 1.6px solid #EEEBFF;
  border-radius: 30px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #7B61FF;
}

.desc-wrapper {
  width: 260px;
  position: relative;
}

.text-desc {
  margin-top: 23px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #201E26;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.collaps {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* number of lines to show */
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hide {
  display: none !important;
}

.active {
  overflow: hidden;
  text-overflow: none;
  display: block;
  -webkit-line-clamp: none;
  line-clamp: none;
  -webkit-box-orient: vertical;
}

.show-btn {
  position: absolute;
  cursor: pointer;
  bottom: -5px;
  right: -10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.active-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.right-side {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-right: 40px;
}

.label {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #AAA9BC;
}

.number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.btns-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.copy-btn {
  cursor: pointer;
}

.btns-wrapper svg:hover path {
  fill: #7B61FF;
}

.external-link svg:hover path {
  fill: #7B61FF;
}

.link.copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1.6px solid #F5F4F6;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #201E26;
  position: relative;
}

.email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

a.custom-link {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #201E26;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.long-text {
  padding-right: 20px;
}

img.alien {
  position: absolute;
  top: -130px;
  right: -80px;
  z-index: -1;
}

.notifyjs-container {
  top: -8px !important;
}

.notifyjs-arrow {
  top: 4px !important;
  border-left: 5px solid #f2f2f2 !important;
  margin-right: 4px;
}

#social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#social-links::-webkit-scrollbar {
  display: none;
}

.social-link img {
  width: 45px;
}

.showmore {
  color: #7B61FF;
  font-weight: 600;
  font-family: 'Avenir Next';
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 44px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.showmore:hover {
  opacity: 0.8;
}

.error-head {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #030614;
  margin: 0;
}

.error-desc {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5B536C;
  margin-top: 14px;
  margin-bottom: 24px;
}

.qr-img {
  padding: 20px;
  background: linear-gradient(94.34deg, #5F4ADC -56.52%, #F199C9 166.75%);
  border-radius: 21.1343px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.qr-img img {
  width: 210px;
}

.error-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: auto;
  padding: 0px;
}

a.download-app {
  background: #7B61FF;
  color: white;
  border-radius: 24px;
  padding: 12px;
  text-decoration: none;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 800px) and (max-width: 1000px) {
  body {
    padding: 40px 0px;
  }
  .card-wrapper {
    padding: 40px;
    gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    width: auto;
    background-color: #fff;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mementologo {
    width: 140px;
    margin-top: 44px;
  }
  .mementologo img {
    width: 140px;
  }
}

@media (min-width: 800px) {
  a.download-app {
    display: none;
  }
}

@media (max-width: 800px) {
  .qr-img {
    display: none;
  }
  .mementologo {
    width: 140px;
    margin-top: 44px;
  }
  .mementologo img {
    width: 140px;
  }
  .card-wrapper {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    /*max-width: 920px;*/
    width: auto;
    background-color: #fff;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .left-side,
  .right-side,
  .desc-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .button-wrapper {
    width: 100%;
  }
  body {
    padding: 0px;
    margin: 0px;
  }
  .gradient-btn,
  .fill-btn,
  .outline-btn {
    width: 100%;
  }
  #social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 4px;
    margin-right: -24px;
    padding-right: 20px;
  }
  .error-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: auto;
    padding: 0px !important;
  }
  .error-head,
  .error-desc {
    text-align: start;
    width: 100%;
  }
  .download-wrapper {
    width: 100%;
  }
  a.download-app {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .card-wrapper {
    padding: 24px;
  }
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
  width: 98px;
  border-radius: 10px;
  background-color: #F5F4F6 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #F5F4F6 !important;
  border-radius: 10px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  margin-left: 104px !important;
  padding-left: 10px !important;
}

.iti__flag {
  border-radius: 3px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 500px) {
  .iti--container {
    margin-left: -104px;
    margin-top: 8px;
  }
}

.iti__country-list {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2 !important;
  -webkit-box-shadow: 3px 3px 20px #00000033 !important;
          box-shadow: 3px 3px 20px #00000033 !important;
  font-family: 'Avenir Next';
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
}

input#Phone {
  width: calc(100% - 104px);
}

.iti__arrow,
.iti__arrow--up {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
}

.iti__arrow:after {
  content: url("/assets/arrow.svg");
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-left: -4px;
}

.iti__arrow--up:after {
  content: url("/assets/arrow.svg");
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-left: -4px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.copy-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*gap: 14px;*/
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1.6px solid #F5F4F6;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #201E26;
  position: relative;
}

.js-copytextarea {
  width: 100%;
  border: none;
  resize: none;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #201E26;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  overflow: hidden;
  margin-right: 24px;
  padding: 0;
}

.min-margin {
  height: 20px !important;
}

.active-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.collaps-btn {
  position: absolute;
  bottom: 0px;
  right: 12px;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  padding-bottom: 10px;
}

.collaps-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}

.collapstext {
  overflow: hidden;
  height: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

button#sendinfo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
