* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../../fonts/proximanova_regular.ttf");
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('../../fonts/ProximaNova-Semibold.ttf');
}
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../../fonts/ProximaNova-Light.ttf');
}
html {
  font-size: 10px;
  font-family: 'ProximaNova';
  background: #fafafa;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}
.container--big {
  max-width: 1400px;
}
a {
  color: #111214;
}
@media (max-width: 1700px) {
  .container {
    max-width: 1120px;
  }
}
header {
  padding: 3.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: 0.2s;
}
@media (max-width: 1700px) {
  header {
    padding: 2.5rem 0;
  }
}
header.header--fixed {
  background: #fff;
}
header.header--fixed .menu__list_item {
  color: #000 !important;
}
.button {
  font-family: 'ProximaNovaSemibold';
  background: linear-gradient(180.25deg, #FFFFFF -91.01%, #d6b161 99.78%);
  border: none;
  padding: 1.75rem 4rem;
  font-size: 3rem;
  text-decoration: none;
  text-align: center;
  color: #000;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  transition: 0.2s;
}
.button:not(:disabled):hover {
  background: linear-gradient(180.25deg, #FFFFFF -91.01%, #d6b161 9.78%);
}
.button:disabled {
  cursor: not-allowed;
  opacity: .7;
}
.button--block {
  display: block;
  width: 100%;
  max-width: 100%;
}
.button--outline {
  margin-top: 2rem;
  background: transparent;
  border: 2px solid #d6b161;
}
.button--outline:hover {
  background: #d6b161;
  color: #fff;
}
@media (max-width: 1700px) {
  .button {
    font-size: 2.36rem;
  }
}
.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-sa {
  justify-content: space-around;
}
.flex-jc-fe {
  justify-content: flex-end;
}
.flex-ai-c {
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__list {
  display: flex;
  align-items: center;
}
.menu__list_item {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-right: 4rem;
  transition: 0.2s;
}
.menu__list_item:last-child {
  padding-right: 0;
}
.menu__list_item--login {
  border: 2px solid #E1997A;
  padding: 1rem 2rem !important;
  color: #e29a7a !important;
}
@media (max-width: 1700px) {
  .menu__list_item {
    font-size: 1.7rem;
  }
}
.screen-1 {
  min-height: 100vh;
  /* background-image: url("../img/screen-1.png"); */
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  position: relative;
}
.parallax-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 560px) {
  .screen-1 {
    min-height: unset;
    padding: 16rem 0;
    height: calc(100vh - 178px);
  }
}
.app__title {
  font-family: 'ProximaNovaSemibold';
  font-size: 7.2rem;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF 0%, #d6b161 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2rem;
  padding-top: 95px;
}
@media (max-width: 1700px) {
  .app__title {
    font-size: 5.1rem;
  }
}
@media (max-width: 319px) {
  .app__title {
    font-size: 2.2rem !important;
    padding: 5rem 1rem 0 1rem;
  }
  .app__title br {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu {
    /* position: relative; */
  }
  .menu__mobile {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.app__button {
  margin: 0 auto;
  text-align: center;
}
.screen-2 {
  background: linear-gradient(180deg, #FFF2ED 0%, #d6b161 100%);
  mix-blend-mode: normal;
  padding: 6rem 0;
}
.screen-2__item {
  text-align: center;
}
.screen-2__item p {
  font-family: 'ProximaNovaSemibold';
  font-size: 6.4rem;
}
@media (max-width: 1700px) {
  .screen-2__item p {
    font-size: 4.8rem;
  }
}
.screen-2__item span {
  font-size: 3.2rem;
}
@media (max-width: 1700px) {
  .screen-2__item span {
    font-size: 2.5rem;
  }
}
.screen-3 {
  /* min-height: 100vh; */
  /* background-image: url("../img/screen-3.png"); */
  /* background-size: cover; */
  /* background-position: left bottom; */
}
.screen-3__title {
  font-family: 'ProximaNovaSemibold';
  font-size: 7rem;
  text-transform: uppercase;
}
.screen-4 {
  padding: 10rem 0;
  background-image: url("../img/screen-4.png");
  background-color: #111214;
  background-size: cover;
  background-position: left top;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.screen-4__title {
  font-size: 7.2rem;
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
  color: #fff;
  max-width: 450px;
  margin-bottom: 2rem;
}
.screen-4__title span {
  color: #d6b161;
}
@media (max-width: 1700px) {
  .screen-4__title {
    font-size: 5.3rem;
  }
}
.screen-4__text {
  max-width: 450px;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1700px) {
  .screen-4__text {
    font-size: 2.5rem;
  }
}
.screen-5 {
  padding: 10rem 0;
}
.screen-5__title {
  color: #d6b161;
  text-transform: uppercase;
  font-size: 4.8rem;
  font-family: 'ProximaNovaSemibold';
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .screen-5__title {
    font-size: 3.6rem;
  }
}
.format {
  text-align: center;
  width: 45%;
  margin-bottom: 90px;
}
.format__image {
  display: flex;
  justify-content: center; 
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 3rem;
  min-height: 280px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .format__image {
    min-height: unset;
  }
}
.format__image img {
  max-width: 100%;
  display: block;
}
.format__title {
  font-size: 4rem;
  font-family: 'ProximaNovaSemibold';
  margin-bottom: 2rem;
}
@media (max-width: 1700px) {
  .format__title {
    font-size: 3.1rem;
  }
}
.format__text {
  font-size: 3.2rem;
}
@media (max-width: 1700px) {
  .format__text {
    font-size: 2.5rem;
  }
}
.screen-6 {
  padding: 10rem 0 0 0;
  /* background-image: url("/assets/img/screen-6.png"); */
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.screen-6__title {
  font-family: 'ProximaNovaSemibold';
  font-size: 4.8rem;
  margin-bottom: 4rem;
  color: #d6b161;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .screen-6__title {
    font-size: 3.4rem;
  }
}
.screen-6__text {
  text-align: center;
  color: #fff;
  max-width: 1040px;
  font-size: 3.2rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1700px) {
  .screen-6__text {
    font-size: 2.5rem;
  }
}
.statistic span {
  color: #fff;
  font-size: 3.6rem;
  margin-left: 3rem;
}
@media (max-width: 1700px) {
  .statistic span {
    font-size: 2.8rem;
  }
}
.screen-6__image {
  display: flex;
  justify-content: center;
  position: relative;
  top: 15rem;
}
.screen-7 {
  padding: 24rem 0 0;
}
.screen-7__title {
  font-size: 4.8rem;
  margin-bottom: 8rem;
  color: #d6b161;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
}
@media (max-width: 1700px) {
  .screen-7__title {
    font-size: 3.6rem;
  }
}
.screen-8 {
  padding: 25rem 0 10rem;
  background-image: url("../img/screen-7.png");
  background-size: cover;
}
.screen-privacy {
  padding: 15rem 4rem 10rem;
  background-image: url("../img/screen-7.png");
  background-size: cover;
}

.screen-privacy p {
  font-size: 2rem;
  color: #111214;
  text-indent: 2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.screen-privacy h3 {
  font-size: 2.4rem;
  color: #111214;
  margin: 2rem 0;
  text-indent: 2rem;
}
.screen-privacy ul {
  font-size: 2rem;
  color: #111214;
  margin: 2rem 0;
  text-indent: 0rem;
  margin-left: 6rem;
}
.screen-privacy li {
  margin-bottom: 1rem;
}

@media (max-width: 1700px) {
  .screen-privacy p {
    font-size: 2rem;
  }

  .screen-privacy h3 {
    font-size: 2.4rem;
  }
  

  .screen-privacy ul {
    font-size: 2rem;
  }
  
}

@media (max-width: 768px) {
  .screen-privacy p {
    font-size: 1.4rem;
    text-indent: 1rem;
    margin-bottom: .6rem;
  }

  .screen-privacy h3 {
    font-size: 1.8rem;
    margin: 1rem 0;
    text-indent: 1rem;
  }
  

  .screen-privacy ul {
    font-size: 1.4rem;
    margin-left: 3rem;
  }

  .screen-privacy li {
    margin-bottom: .5rem;
  }
}


.screen-8__title {
  padding-top: 10rem;
  font-size: 4.8rem;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .screen-8__title {
    font-size: 3.6rem;
  }
}
.form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
::-moz-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
.field {
  margin-bottom: 2rem;
}
.input {
  width: 100%;
  background: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 1rem 0;
  background: transparent;
  font-family: 'ProximaNova';
}
@media (max-width: 1700px) {
  .input {
    font-size: 2.3rem;
  }
}
.send {
  padding-top: 2rem;
  text-align: center;
}
footer {
  background: #d6b161;
  background: linear-gradient(180deg, #FFFFFF -90%, #d6b161 100%);
  display: flex;
  align-items: center;
  color: #111214;
  font-size: 3.6rem;
}
footer .contact {
  padding: 2.5rem 15rem;
  border-right: 2px solid #fff;
}
footer .email {
  padding-left: 15rem;
}

.policy {
  background: #000;
  display: flex;
  justify-content: center;
  color: white; 
  border-top: 2px solid white;
  width: 100%;
  text-align: center;
  padding: 2rem;
  font-size: 2rem;
  
}

@media (max-width: 768px) {
  .policy {
    font-size: 1rem;
  }
}

@media (max-width: 1700px) {
  footer {
    font-size: 2.3rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.modal--active {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.modal__content {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 4rem;
  max-width: 600px;
  width: 100%;
}
.modal__title {
  font-size: 4.8rem; 
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 1700px) {
  .modal__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .modal__title {
    font-size: 2rem !important;
  }
  .modal__text {
    font-size: 1.2rem !important;
  }
}
.modal__text {
  font-size: 2.3rem;
  padding-bottom: 2rem;
}
.modal__footer {
  color: #898989;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
label.error,
p.error {
  font-size: 1.2rem;
  color: red;
  padding-top: 0.7rem;
  display: block;
}
.form__result {
  margin-top: 2rem; 
  display: none;
}
.form__result .form__result_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222;
  font-size: 2.1rem;
  color: #fff;
  padding: 1rem 2rem;
}
.form__result .ok {
  color: #E29A7A;
  cursor: pointer;
}
label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}
label input[type="checkbox"] {
  display: none;
}
label span {
  display: block;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #000;
  margin-right: 1rem;
  position: relative;
}
label span:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #000;
  transition: 0.2s;
  opacity: 0;
}
label :checked + span:after {
  opacity: 1;
}
.visible-pc {
  display: block;
}
.visible-pc-flex {
  display: flex;
}
.visible-xs {
  display: none;
}
@media (max-width: 768px) {
  .visible-pc, .visible-pc-flex {
    display: none !important;
  }
  .visible-xs {
    display: block;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .menu__list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    flex-direction: column;
    padding: 4rem 0 7rem;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    height: 100vh;
  }
  .menu__list--active {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
  }
  .menu__list .menu__list_item {
    padding: 2rem;
    font-size: 2.2rem;
    display: block;
    color: #000 !important;
  }
  .menu__list .menu__list_item--login {
    display: block;
    width: 200px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .screen-6__image img {
    max-width: 100%;
  } 
  .screen-6__list {
    flex-direction: column;
  }
  .formats {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: center;
  }
  .format {
    width: 100%;
    margin-bottom: 2rem;
  }
  .format__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .format__text {
    font-size: 1.4rem;
  }
  .format {
    margin-bottom: 5rem;
  }
  .format .format__image {
    width: 220px;
    height: unset;
  } 
  .format:last-child {
    margin-bottom: 0;
  }
  .screen-6 {
    padding-left: 0;
  }
  .app__title {
    font-size: 2.7rem;
    margin-bottom: 3rem;
  }
  header {
    padding: 1.5rem 2rem;
  }
  .button {
    font-size: 1.7rem;
    max-width: 200px;
    padding: 1.5rem 3rem;
  }
  .screen-2 {
    padding: 3rem 0 3rem 0;
  }
  .screen-2__item p {
    font-size: 2.6rem;
  }
  .screen-2__item {
    min-width: 33%;
    max-width: 33%;
  }
  .screen-2__item span {
    font-size: 1.4rem;
    display: block;
    /* width: 67px; */
    margin: 0 auto;
    text-align: center;
    word-spacing: 120px;
  }
  .screen-3 {
    min-height: 80vh;
    /* background: url(/assets/img/screen-3-mob.svg) no-repeat; */
    background-size: 90% auto;
    background-position: center center;
  }
  .screen-4 {
    min-height: unset;
    padding: 35rem 0 5rem;
    background: url(../img/screen-4-mob.png) no-repeat;
    background-color: #111214;
    text-align: center;
    background-position: top center;
  }
  .screen-4__title {
    text-align: center;
    font-size: 2.2rem;
  }
  .screen-4__title br {
    display: none;
  }
  .screen-4__text {
    text-align: left;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 0;
  }
  .screen-5 {
    padding: 5rem 0;
  }
  .screen-5__title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .screen-6 {
    padding-top: 5rem;
  }
  .screen-6__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .screen-6__text {
    font-size: 1.4rem;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .statistic span {
    font-size: 1.6rem;
  }
  .statistic img {
    width: 4rem;
  }
  .screen-6__list {
    padding: 0 4rem;
    align-items: center;
  }
  .statistic {
    width: 210px;
  }
  .screen-6__image img {
    width: 320px;
  }
  .screen-6__image {
    top: 5rem;
  }
  .screen-8 {
    padding: 15rem 0 10rem;
  }
  .screen-privacy {
    padding: 10rem 0 4rem;
  }
  .screen-7__title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .payments { 
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5rem;
  }
  .payment {
    width: 120px;
    margin-bottom: 2rem;
  }
  .payment img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
  }
  .screen-8__title {
    font-size: 2rem;
    padding-top: 0;
  }
  .form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .input {
    font-size: 1.6rem;
    padding: 0;
  }
  footer {
    font-size: 1.4rem;
  }
  footer .contact,
  footer .email {
    padding: 1rem !important;
  }
  .modal__content {
    padding: 2rem;
    max-width: 90%;
  }
  .modal__content .send .button {
    width: 100%;
    max-width: 100%;
  }
  .modal__footer {
    font-size: 1.4rem;
  }
  .screen-8 {
    background-image: url("/assets/img/screen-7-mob.png");
  }
  .screen-privacy {
    background-image: url("/assets/img/screen-7-mob.png");
  }
}


@media (min-width: 768px) {
  .formats {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

.app__description {
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-bottom: 4rem;
}
.payments {
  padding: 0 18rem;
}
.payments .payment img {
  max-width: 100%;
  width: 100%;
} 
.payments .payment {
  width: 160px;
}
.payments .payment:last-child {
  width: 140px;
}
@media (max-width: 768px) {


  .payments {
    padding: 0 3rem;
    justify-content: space-between !important;
  } 
  .payments .payment {
    width: 100px;
  }
  .payments .payment img {
    max-width: 90%;
  }
  .payments .payment:last-child {
    width: 80px;
  }

  .app__description {
    font-size: 16px;
  }
  .app__description br {
    display: none;
  }

  .screen-6 br {
    display: none;
  }
  .screen-6__text {
    text-align: left;
  }
}
.menu__logo {
  display: flex;
  align-items: center;
}
.langs {
  display: flex;
  align-items: center;
  margin-left: 3.5rem;
}

.lang {
  padding-right: 2rem;
  color: #d6b161;
  font-size: 2.2rem;
  text-decoration: none;
  font-weight: 600;
}
.lang:last-child {
  padding-right: 0;
}
.lang-active {
  color: #6d6d6d;
  pointer-events: none;
}

.lang-mob {
  color: #d6b161;
}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 300px;
}

@media (max-width: 768px) {
  textarea {
    min-height: 24px;
  }
}

.form__result_button { 
  display: flex;
  justify-content: center;
}

.form__result_button .button {
  max-width: 100% !important;
}

@media (max-width: 992px) {
  #confirmButton {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #resendConfirmationButton {
    font-size: 1.5rem !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .form__result .form__result_wrap {
    font-size: 1.5rem;
  }
  .form__result {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

.cookie-agreement {
  position: fixed;
  /*display: flex;*/
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  border-top: #111214 solid 2px;
  z-index: 100;
  display: none;
}

.cookie-agreement__header {
  font-size: 2rem;
  color: #111214;
}

.cookie-agreement__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  box-sizing: border-box;
}

.cookie-agreement__content {
  font-size: 1.5rem;
  color: #111214;
  box-sizing: border-box;
  padding: 0 2rem 0 1rem;
}

.cookie-agreement__content p {
  line-height: 1.25;
}

.cookie-agreement__content p:not(:first-child) {
  margin-top: .5rem;
}

.cookie-agreement__accept {
  font-size: 2rem;
  padding: 1rem 2.5rem;
  max-width: fit-content;
}

.privacy-tab {
  height: 6rem;
}

@media (max-width: 768px) {


  .cookie-agreement__line {
    padding: 1rem 1rem 1rem 0rem;
  }

  .cookie-agreement__content {
    font-size: 1.4rem;
    padding: 0 1rem 0 1rem;
  }

  .cookie-agreement__content p {
    line-height: 1.15;
  }

  .cookie-agreement__content p:not(:first-child) {
    margin-top: .4rem;
  }

  .cookie-agreement__accept {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }

  .privacy-tab {
    height: 0rem;
  }


}

