@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}


.col-primary {color: #E7B500;}
/* Reserved Class End*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

/*

font-family: "Unbounded", sans-serif;

font-family: "Inter", sans-serif;

font-family: 'CoFo Sans', sans-serif;

*/

body {
  color: #fff;
  font-size: 18px;
  background: #000;
  line-height: 1.6;
  font-weight: normal;
  font-family: "Unbounded", sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.wrapper:after {
  opacity: 0.6;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
  background: url(../img/bg/main.png) center 0/cover no-repeat;
}

/* Main */

.main {
  z-index: 3;
  padding: 122px 0;
  position: relative;

  flex: 1 0 auto;
}

/* Btn */

.btn {
  width: 100%;
  height: 69px;
  font-size: 24px;
  padding: 0 30px;
  text-align: center;
  font-weight: normal;
  border-radius: 60px;
  letter-spacing: 0.02em;
  font-family: "Unbounded", sans-serif;
}

.btn--primary {
  color: #000000;
  background: #FFC61A;
}

.btn--primary:hover {
  background: #e1ad11;
}

/* Title */

.title--mb {
  margin-bottom: 28px;
}

.title p {
  margin-top: 28px;
}

.title h1,
.title h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title h1 {
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.title h2,
.title h3,
.title p {
  letter-spacing: 0.02em;
}

/* Form */

.form__field,
.form__field strong,
.form__field span,
.form__field input,
.form__field textarea {
  width: 100%;
  display: block;
  font-family: 'CoFo Sans', sans-serif;
}

.form__field {
  margin-bottom: 28px;
}

.form__field strong {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: 'CoFo Sans', sans-serif;
}

.form__field span {
  z-index: 1;
  position: relative;
}

.form__field span:after {
  z-index: -1;
  border-radius: 8px;
  pointer-events: none;
  border: 1px solid #242C33;
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(11.35px);
          backdrop-filter: blur(11.35px);
}

.form__field input,
.form__field textarea {
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  background: transparent;
}

.form__field input {
  height: 53px;
  line-height: 53px;
  padding: 0 50px 0 16px;
}

.form__field textarea {
  resize: none;
  height: 120px;
  padding: 10px 16px;
}

.form__field *::-webkit-input-placeholder {color: #ACB1C1;}
.form__field *::-moz-placeholder          {color: #ACB1C1;}/* Firefox 19+ */
.form__field *:-moz-placeholder           {color: #ACB1C1;}/* Firefox 18- */
.form__field *:-ms-input-placeholder      {color: #ACB1C1;}

.form__field span i {
  position: absolute;
  top: 50%;right: 16px;
  pointer-events: none;
  width: 24px;height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------- *Logo -------------- */

.logo {
  position: absolute;
  top: 64px;left: 0;right: 0;
}

/* ------------- *Hero -------------- */

.hero__title h2 {
  max-width: 521px;
  margin-top: 40px;
  font-weight: normal;
}

/* Box */

.box {
  padding: 42px 48px;
  border-radius: 27px;
  background: rgba(25, 25, 25, 0.29);
  border: 1px solid rgb(255 255 255 / 8%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* Calendar */

.calendar {
  font-size: 24px;
  margin-top: 48px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}

.calendar.calendar {
  padding-left: 0;
  padding-right: 0;
}

.calendar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.calendar ul li {
  width: 14.285%;
  position: relative;
  text-align: center;
}

.calendar__head {
  opacity: 0.4;
  font-weight: 500;
  margin-bottom: 36px;
}

.calendar__body {
  line-height: 1.667;
}

.calendar__body:not(:last-child) {
  margin-bottom: 8px;
}

.calendar ul li.current {
  z-index: 1;
  color: #000;
  font-weight: 800;
}

.calendar ul li.current:after {
  z-index: -1;
  background: #FFC61A;
  pointer-events: none;
  top: -1px;left: 0;right: 0;bottom: 0;
}

.calendar ul li.current:nth-child(5):after {
  left: 30px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.calendar ul li.current:last-child:after {
  right: 30px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

/* Get-discount */

.get-discount {
  margin-top: 44px;
}

.get-discount .title {
  margin-bottom: 28px;
}

.get-discount .btn {
  text-align: left;
  justify-content: flex-start;
}

/* =================================== */
/*            Page: Success            */
/* =================================== */

.success {
  margin: auto 0;
}

.success .title h3 {
  opacity: 0.9;
}

.success__box {
  background: rgba(25, 25, 25, 0.7);
}

.success__btns-item {
  text-align: center;
  width: calc(50% - 14px);
}

.success__btns-item p {
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}


/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.wrapper:after,
.form__field span:after,
.calendar ul li.current:after {
  content: " ";
  position: absolute;
}