@charset "utf-8";
/* CSS Document */


/*Основные настройки*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  background: #2E292D;
  color: #F7F7F7;
  font-weight: 300;
  line-height: 1.5;
}


body::-webkit-scrollbar {
  width: 12px;
  /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: #2E292D;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #FEAC53;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 3px solid #2E292D;
  /* padding вокруг плашки */
}



/****************************/
h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 28px;
}

h5,
.h5 {
  font-size: 22px;
}


a {
  color: var(--text-dark);
  transition: all .3s ease 0s;
  text-decoration: none;
}

a.active,
a:hover {
  color: #FEAC53 !important;
  transition: all .3s ease 0s;
}


/***************************/

.btn-gold {
  background: #D4BE84 url(../img/prez.png) no-repeat center right 5px/22%;
  color: #1F2227;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 56px 15px 15px;
}

.btn-gold:hover {
  background: url(../img/prez.png) no-repeat center right 5px/22%, linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.50) 51%, #2E292D 100%);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 56px 15px 15px;
  border: 1px solid #D4BE84;
}

.btn-contur {
  background: none;
  color: #D4BE84;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #D4BE84;
  padding: 15px;
}

.btn-contur:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.50) 51%, #2E292D 100%);
  color: #D4BE84;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px;
}

/* */
.color-gold {
  color: transparent;
  background: linear-gradient(170deg, #D4BE84 0%, #D4BE84 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.color-gold span {
  color: transparent;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}

/* */
.bg-gold {
  background: linear-gradient(170deg, #D4BE84 0%, #D4BE84 60%);
  color: #1F2227;
}





/**Кнопки***************************/
.edit {
  overflow: hidden;
  clear: both
}

.edit a {
  display: block;
}

.edit a span {
  text-align: center;
  display: inline-block;
  margin: 10px 0px 0px 1px !important;
  border: 0px solid #bbb;
  background: #0F82BB;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 1px 4px;
  height: 15px;
}

span.button {
  float: left;
  margin-right: 5px;
}

/**********************/

.ar-down {
  display: inline-block;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.ar-top {
  display: inline-block;
  margin-top: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 998;
  width: 100%;
  height: 100vh;
  display: none;
}

.popup-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  z-index: 999;
}

.popup-access, .popup-access2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
  z-index: 1000;
  background: url('../img/success.png');
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 320px;
  display: none;

}

.popup-access.active {
  display: block;
}
.popup-access2.active {
  display: block;
}
.popup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  min-height: 320px;
  padding: 0 32px;
}

.success-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.success-btn {
  border-radius: 10px;
  background: #D4BE84;
  padding: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2E292D;
  text-align: center;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  width: 100%;
  border: none;
  outline: none;
  transition: all 0.1s ease-in;

}

.success-btn:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.50) 51%, #2E292D 100%), #393438;
  opacity: 0.9;
  color: #fff;
  transition: all 0.1s ease-in;
}

.success-subtitle {
  margin-bottom: 30px;
}

.popup-form.open {
  display: block;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.field-wrap {
  display: flex;
  flex-direction: column;
}

.form__heading {
  margin-bottom: 24px;
}

.field-wrap label {
  font-family: "Exo 2";
  line-height: 100%;
  letter-spacing: -1.879px;
  font-size: 20px;
  color: #2E292D;
}

.form__fields {
  padding: 35px 25px 0 25px;
}

.form__heading {
  margin-bottom: 24px;
}

.form__inputs {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form__inputs input,
.form__inputs textarea {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #2E292D;
  border-radius: 0;
}

.form__inputs textarea {
  height: 49px;
  resize: none;
}

.error {
  color: red;
  font-size: 14px;
}

.form__inputs input:focus,
.form__inputs textarea:focus {
  border: none;
  border-bottom: 1px solid #2E292D;
  outline: none;

}

.politics-check {
  position: relative;

}

.politics-check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -1000px;
  padding: 0;
  margin: 0;
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  border: none;
}

.check-mark {
  display: none;

}

.checked-svg {
  margin: 7px 7px 0 0;
  flex-shrink: 0;
}

.check-mark.active {
  display: block;
}

.checkbox-text {
  color: #2E292D;
  margin: 0;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -1px;
}

.form__inputs input::placeholder,
.form__inputs textarea::placeholder {
  color: rgba(46, 41, 45, 0.20);
  font-family: "Exo 2";
  font-size: 18.787px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
}

.form__title {
  color: #2E292D;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}

.form__submit {
  background: var(---, #D4BE84);
  padding: 19px 62px;
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: stretch;
  border: none;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}

.close__popup {
  position: absolute;
  top: 11px;
  right: 11px;
  background: transparent;
  border: none;
  outline: none;

}

.form__submit:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.50) 51%, #2E292D 100%), #393438;
  opacity: 0.9;
  color: #fff;
  transition: all 0.1s ease-in;
}

.form__subtitle {
  color: #2E292D;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  letter-spacing: -1.5px;
}

.politics-check {
  display: flex;
  flex-direction: row;
}

/************************/