@font-face {
  font-family: "Avenir";
  src: url("../font/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "AvenirLight";
  src: url("../font/avenirltstd-light.otf");
}

#code,
#page,
#splash {
  display: none;
}

#splash {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#regular-page {
  animation: fadein 0.7s 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.page-to-show {
  opacity: 0;
  background-color: #ffffff;
}

.register {
  display: flex;
  justify-content: center;
}

.error-message {
  color: #292929;
  padding: 0px 42px;
  margin-bottom: 25px;
  /* margin-top: 100%; */
  height: 24px;
  background: #292929 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  font: normal normal 900 13px/25px Avenir;
  letter-spacing: -0.13px;
  color: #ffffff;
}

.loading-bar {
  display: none;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #fff;
  animation: loading 2.5s 1;
}

@keyframes loading {
  0% {
    width: 0;
  }

  70% {
    opacity: 1;
    width: 100%;
  }

  100% {
    opacity: 0;
  }
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.042vw;
  font-weight: bold;
  margin: 0;
  color: #292929;
}

@media (max-width: 1440px) {
  html,
  body {
    font-size: 10px;
    line-height: 15px;
  }
}

.hav-acc {
  color: #292929 !important;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .hav-acc {
    margin-bottom: 45px;
    color: #292929 !important;
  }
}

.hav-acc a {
  color: #292929;
  text-decoration: underline;
  padding-left: 5px;
}

.btn-black {
  height: 4.11vw;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.73vw;
  border-radius: 0;
  border-color: #292929;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
}

@media (max-width: 1440px) {
  .btn-black {
    height: 51.75px;
    font-size: 10px;
  }
}

.btn-black:hover,
.btn-black:focus {
  background-color: transparent;
  color: #292929;
}

.join-page {
  opacity: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.main-logo {
  display: inline-block;
  width: 28.303vw;
}

.code-input {
  margin-left: 3px;
  margin-top: 2px;
  opacity: 1;
  padding: 0px 0px 1px 3px !important;
  height: 16px;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
  border: none;
  border-bottom: 0.5px solid #292929 !important;
  border-radius: 0%;
  flex: 1;
  max-height: 16px;
  -webkit-box-shadow: none;
}

.code-input::-webkit-input-placeholder {
  text-align: left;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.code-input::-moz-placeholder {
  text-align: left;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.code-input:-ms-input-placeholder {
  text-align: left;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.code-input:-moz-placeholder {
  text-align: left;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.code-input:focus {
  outline: 0;
}

.login:focus {
  outline: none !important;
}

a.h1 {
  color: white;
  font-size: 8.61vw;
  width: 28.306vw;
  text-decoration: none;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.745vw;
}

ul a {
  color: #292929;
  text-decoration: none;
  padding-right: 0.35vw;
  padding-left: 0.35vw;
}

ul a:hover {
  color: #292929;
  text-decoration: none;
}

ul a:focus {
  color: #292929;
  text-decoration: none;
}

a.active {
  color: grey;
}

a.active:hover {
  color: grey;
}

a.active:focus {
  color: grey;
}

.menu-items a:hover {
  color: grey;
}

.section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
}

.section .main-btn {
  color: #292929;
  background: #ffffff;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section .main-btn:focus {
  text-decoration: none;
}

.section .main-btn:hover {
  text-decoration: none;
}

.section .main-btn.blog-btn {
  padding: 0 1.056vw;
}

.section .main-btn.privacy-btn {
  padding: 0 1.677vw;
}

.section .main-btn.feed-back-btn {
  padding: 0 4.983vw;
}

.section .main-btn.developers-btn {
  padding: 0 2.271vw;
}

.section .main-btn.contributors-btn {
  padding: 0 2.112vw;
}

.section .main-btn.about-btn {
  padding: 0 1.751vw;
}

.section .main-btn.press-btn {
  padding: 0 2.721vw;
}

.section .main-btn.help-btn {
  padding: 0 2.777vw;
}

.section .main-btn.browser-btn {
  padding: 0 0.873vw;
}

.section:nth-child(2n + 1) {
  background-color: #000000;
}

.section:nth-child(2n + 1) .main-btn {
  color: #fff;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  opacity: 1;
  background: #000000;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-list {
  margin: 2.0834vw 0 0;
}

.logo-pinlink {
  width: 5.73vw;
  height: 1.72vw;
  position: absolute;
  left: 2.45vw;
  top: 1.89vw;
}

.header-position {
  position: fixed;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding-bottom: 1.401vw;
  background-color: #fff;
  width: 100%;
}

.browser-link {
  margin-top: 5px;
}

.browser {
  color: #fff;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  padding-top: 5px;
  letter-spacing: 0.2px;
  opacity: 1;
}

.browser.saf {
  margin-right: 2px;
}

.browser:hover {
  color: #fff;
}

.browser:focus {
  color: #fff;
}

.question {
  color: #fff;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  opacity: 1;
  background: #292929;
  padding-top: 5px;
  text-decoration: none;
}

.question:hover {
  text-decoration: none;
  color: #fff;
}

.question:focus {
  text-decoration: none;
  color: #fff;
}

.about-page {
  padding-top: 257px;
  padding-left: 140px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center; */
  /* align-items: center; */
  /* -webkit-box-orient: vertical;-webkit-box-direction: normal; */
  /* -ms-flex-direction: column;
  flex-direction: column; */
}

.press-page {
  padding-top: 257px;
  padding-left: 140px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
}

.press-data {
  display: flex;
  flex-direction: column;
  width: 630px;
  font: normal normal 300 13px/16px AvenirLight;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
}

.press-data .question-link a {
  color: #292929;
  text-decoration: underline;
  cursor: pointer;
}

.press-data .question-link {
  display: flex;
}

.press-data a {
  text-decoration: underline;
  cursor: pointer;
}

.about-title,
.contributors-title,
.info-page-title {
  /* text-align: left; */
  font: normal normal 900 13px/16px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
  margin: inherit;
  padding-right: 100px;
}

.about-content {
  text-align: left;
  font: normal normal 300 13px/16px AvenirLight;
  letter-spacing: 0.2px;
  color: #292929;
  max-width: 630px;
  opacity: 1;
}

.press-content {
  padding-top: 42px;
  text-align: left;
  font: normal normal 300 13px/16px AvenirLight;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
  display: block;
}

/* .press-content:hover {
  color: #36E790;
} */

.contributors-content {
  margin: 3.464vw 13.178vw;
  text-align: center;
  font-size: 2.605vw;
  line-height: 3.125vw;
  font-weight: bold;
  color: #292929;
}

.divider {
  width: 8.7vw;
  height: 0.261vw;
  background: #292929;
}

.contributors-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-page-content {
  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;
}

.info-page-title {
  margin-top: 5.94vw;
}

.info-page-txt {
  font-size: 1.042vw;
  line-height: 1.826vw;
  margin: 8.073vw 12.813vw;
}

.black-dots:hover {
  background: #fff;
}

.check-email-logo {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.599vw;
}

.check-email-logo.reset-pass {
  left: auto;
  transform: none;
  top: auto;
  height: auto;
}

.form-wrapper {
  position: relative;
  max-width: 21.667vw;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  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-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  padding-top: 220px;
}

.form-wrapper.reset-pass {
  justify-content: space-between;
}

@media (max-width: 398px) {
  .section .main-btn.browser-btn {
    text-align: center;
    line-height: 60px;
    height: 119px;
  }
}

@media (max-width: 768px) {
  .code-input {
    width: 312px;
    height: 51px;
    padding-left: 18px;
    border: 1px solid;
    font-size: 13px;
  }

  .text-to-sign-up {
    bottom: -4.5vw !important;
  }

  .logo {
    width: 100%;
    margin-bottom: 31px !important;
  }

  .header-position {
    display: none;
  }

  .btn {
    margin-bottom: 31px !important;
    height: 51.75px !important;
  }

  .section .main-btn {
    text-align: center;
    font: normal normal 900 13px/10px Avenir;
    letter-spacing: 0.2px;
    opacity: 1;
  }

  .section:nth-child(2n) .main-btn {
    border: 3.9px solid #fff;
  }

  .browser-link {
    margin-top: 5px;
  }

  .browser {
    font: normal normal 300 13px/16px Avenir;
    letter-spacing: 0.2px;
    color: #292929;
    opacity: 1;
  }

  .question {
    font-size: 39.7px;
    margin-top: 38px;
  }
}

.login-text {
  padding-top: 26px;
  text-align: left;
  font: normal normal 900 13px/18px Avenir;
  letter-spacing: -0.07px;
  color: #292929;
}

.login-text a {
  color: #292929;
  text-decoration: underline;
}

.btn-login {
  padding-top: 25px;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
  outline: none !important;
}

.btn-login a {
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
}

.btn-login-page {
  display: flex;
  cursor: pointer;
}

.btn-login-second {
  text-decoration: underline !important;
}

.btn-email {
  padding-top: 39px;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
}

.btn-sign-up {
  padding-top: 39px;
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
}

.btn-sign-up a {
  text-align: center;
  font: normal normal 900 13px/10px Avenir;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
}

.terms a:hover,
.btn-email:hover,
.btn-login a:hover,
.btn-login:hover,
.login-text a:hover,
.question-link a:hover,
.btn-sign-up a:hover {
  color: #adadad;
  text-decoration: none;
}

.start-page {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.unmute-video {
  position: absolute;
  background-color: #292929;
  color: #ffffff;
  border-radius: 30%;
  top: 10px;
  left: 10px;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.text-to-sign-up {
  position: relative;
  text-align: center;
  bottom: 8vw;
}

.text-to-sign-up > span {
  background-color: #292929;
  color: #ffffff;
  padding: 2px 3px;
}

@media (max-width: 1440px) {
  .form-wrapper {
    max-width: 312px;
  }

  .text-to-sign-up {
    bottom: 4.5vw;
  }
}

.form-wrapper .btn {
  margin-bottom: 2.084vw;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.599vw;
}

@media (max-width: 1440px) {
  .form-wrapper .btn {
    margin-bottom: 30px;
  }
}

.form-wrapper .logo {
  height: 5.46vw;
  max-width: 100%;
  margin-bottom: 2.084vw;
}

@media (max-width: 1440px) {
  .form-wrapper .logo {
    height: 65px;
    margin-bottom: 2.0839vw;
  }
}

.form-wrapper .hav-acc {
  margin-bottom: 3.8542vw;
}

.hav-acc.reg {
  margin-top: 2.084vw;
}

@media (max-width: 1440px) {
  .form-wrapper .hav-acc {
    margin-bottom: 45px;
  }
}

.form-wrapper .hav-acc a {
  color: #292929;
  text-decoration: underline;
  padding-left: 5px;
}

.terms a {
  color: #292929;
  text-decoration: underline;
  cursor: pointer;
}

.section .main-btn.terms-btn {
  padding: 0 1.378vw;
}

.terms {
  text-align: center;
  font: normal normal 900 13px/18px Avenir;
  letter-spacing: -0.07px;
  color: #292929;
  position: absolute;
  top: 10.4%;
  width: 100%;
  z-index: 1;
}

.errors {
  text-align: center;
  position: absolute;
  top: 96.4%;
  z-index: 1;
}

form {
  display: flex;
  flex-direction: column;
}

.container {
  display: flex;
  justify-content: center;
}

.form-wrapper .make-starter-page {
  color: #292929;
  text-decoration: none;
  border-bottom: 0.1vw solid;
}

.form-wrapper .form-control {
  margin-left: 3px;
  margin-top: 2px;
  opacity: 1;
  padding: 0px 0px 1px 3px !important;
  height: 16px;
  font: normal normal 300 13px/20px AvenirLight;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
  border: none;
  border-bottom: 0.5px solid #292929 !important;
  border-radius: 0%;
  flex: 1;
  -webkit-box-shadow: none;
}

.input {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  width: 266px;
}

.input:last-child {
  flex: 1;
}

.input:first-child {
  padding-top: 48px;
}

.input .form-control-label {
  margin-left: -2px;
  text-align: initial;
  font: normal normal 900 13px/20px Avenir;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.login button {
  padding-left: 0px;
  padding-top: 51px;
  background-color: transparent;
  border: none;
}

/* .form-wrapper .form-control {
  border: 1px solid #000000;
  border-radius: 0;
  height: 3.594vw;
  font-size: 0.6771vw;
  box-shadow: none;
  color: #000;
  margin-bottom: 2.084vw;
  padding: 0.313vw 0.625vw;
} */
/* .form-control[type="password"] {
  font-size: 23px;
}

_:-ms-lang(x),
.form-control {
  font-size: 14px !important;
} */

.password {
  -webkit-text-security: circle !important;
}

input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.6771vw;
  position: relative;
  border-bottom: 1px solid #292929;
  opacity: 1;
  padding: 2px 5px;
}

input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.6771vw;
  position: relative;
  padding: 2px 5px;
  border-bottom: 1px solid #292929;
  opacity: 1;
}

input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.6771vw;
  border-bottom: 1px solid #292929;
  opacity: 1;
}

/* @media not all and (min-resolution:.001dpcm) {
  @media {
    input[type="password"]::-webkit-input-placeholder {
      font-size: 0.6771vw;
      top: 7px !important;
    }
  } */

/* }

@media (max-width: 1440px) {
  .form-wrapper .form-control {
    height: 51.75px;
    margin-bottom: 30px;
    font-size: 10px;
  } */

input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 10px;
  top: 0;
}

input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10px;
}

input[type="password"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 10px;
}

input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 10px;
}

/* @media not all and (min-resolution:.001dpcm) {
  @media {
    input[type="password"]::-webkit-input-placeholder {
      font-size: 10px;
      top: 0px !important;
    }
  }
} */

.form-wrapper .form-control::-webkit-input-placeholder {
  text-align: left;
  font: normal normal 900 13px/20px Avenir;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
  text-align: left;
  font: normal normal 900 13px/20px Avenir;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
  text-align: left;
  font: normal normal 900 13px/20px Avenir;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.form-wrapper .form-control:-moz-placeholder {
  text-align: left;
  font: normal normal 900 13px/20px Avenir;
  letter-spacing: -0.13px;
  color: #292929;
  opacity: 1;
}

.header-bg {
  background: #292929;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.header-bg span {
  color: #fff;
}

.header-bg a {
  color: #ffffff;
}

.header-bg a:hover {
  color: grey;
}

.header-bg a:focus {
  color: grey;
}

.header-bg a.active {
  color: grey;
}

.header-bg a.active:hover {
  color: grey;
}

.header-bg a.active:focus {
  color: grey;
}

.header-bg .cls-1 {
  fill: #fff;
}

.modal {
  background-color: #fff;
}

.page-404 {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.error-404 {
  font-size: 104px;
}

.mainpage-link {
  text-decoration: none;
  position: absolute;
  bottom: 100px;
  color: #292929;
  font-size: 15px;
}

.mainpage-link:hover {
  text-decoration: none;
  color: #292929;
}

.central-block {
  padding-left: 15px;
  display: flex;
  justify-content: center;
}

.logo-er {
  width: 6vw;
}

@media (max-width: 1440px) {
  .logo-container {
    z-index: 1;
  }
}

.remodal-close {
  top: 43px;
  left: auto;
  right: 66px;
  position: absolute;
  display: block;
  overflow: visible;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.modal-flex-wrapper {
  max-width: 580px;
  display: block;
  padding-top: 26vh;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

.modal-flex-wrapper.email-wrapper {
  max-width: unset;
  font-size: 4.605vw;
  line-height: 4.555vw;
  margin: 0 0 0 5vw;
}

.email {
  text-align: left;
  font: normal normal 300 13px/16px AvenirLight;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
  border: 0;
  padding: 0px;
  padding-bottom: 4px;
  outline: none;
}

.email::-webkit-input-placeholder {
  color: #292929;
}

.email::-moz-placeholder {
  color: #292929;
}

.email:-ms-input-placeholder {
  color: #292929;
}

.email:-moz-placeholder {
  color: #292929;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* .email-feedback-page{
  margin-bottom: 40px;
} */
.feedback-textarea {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  padding: 0;
  color: #292929;
  overflow: hidden;
  height: 50px;
  max-width: 60%;
  min-height: 164px;
  text-align: left;
  font: normal normal 300 13px/16px AvenirLight;
  letter-spacing: 0.2px;
  color: #292929;
  opacity: 1;
  padding-bottom: 37px;
}

.feedback-textarea {
  outline: none;
}

.feedback-textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #292929;
}

.feedback-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #292929;
}

.feedback-textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #292929;
}

.feedback-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #292929;
}

.remodal {
  max-width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  color: #292929;
}

.btn-send {
  color: #292929;
  font-family: Avenir;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.btn-send:hover,
.btn-send:active {
  color: #adadad;
  text-decoration: none;
}

.btn-send.has-error {
  text-decoration: none;
  color: red;
}

.btn-send[disabled] {
  text-decoration: none;
  color: #95979c;
}

.modal-content-wrapper {
  display: flex;
  flex-direction: column;
}

.dev-stage-txt {
  color: #ffffff;
  font-size: 0.6771vw;
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .remodal-close {
    width: 10.5px;
    height: 10.5px;
  }
}

/* input.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

input.form-control:focus:-moz-placeholder {
  color: transparent;
}

input.form-control:focus::-moz-placeholder {
  color: transparent;
}

input.form-control:focus:-ms-input-placeholder {
  color: transparent !important;
} */
