.content {
  padding: 50px 0;
}

.page_title {
  color: #ffffff;
}

body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.6;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.checked .checkbox_btn span:after {
  display: block;
  width: 7px;
  height: 7px;
  text-align: center;
  background: #BDA875;
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
}

.block_terms {
  height: 385px;
  scrollbar-color: #BDA875 #404040;
  scrollbar-width: thin;
  overflow-x: hidden;
  position: relative;
  padding: 0 32px 20px;
}
.block_terms::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #404040;
}
.block_terms::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #BDA875;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 465px;
  padding: 0 0;
  position: relative;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  border: 1px solid #404040;
  height: 475px;
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_content:not(.showed) {
  opacity: 0;
  height: 0;
}
.popup_content:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  content: "";
  position: absolute;
  bottom: 0;
  height: 24px;
  width: 100%;
  left: -5px;
  right: 0;
}
.popup_close {
  position: absolute;
  top: 35px;
  right: 21px;
  font-size: 150%;
  border: none;
  padding: 2px;
  background: transparent;
  color: #ffffff;
  z-index: 2;
}
.popup_close:before {
  display: block;
}
.popup_title {
  color: #000000;
  font-size: 200%;
  line-height: 27px;
  font-family: "yantramanav-bold";
  margin-bottom: 30px;
}

.inner_form {
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  max-width: 490px;
  margin: 0 auto;
  padding: 40px 48px 0;
}

.validate_button {
  transform: translate3d(0, 25px, 0);
}

.terms_title {
  color: #ffffff;
  font-size: 200%;
  line-height: 26px;
  font-family: "yantramanav-bold";
  margin-bottom: 32px;
  padding: 30px 55px 0 32px;
}

.terms_sub_title {
  color: #ffffff;
  font-size: 160%;
  line-height: 21px;
  margin-bottom: 8px;
}

.terms_description {
  color: #999999;
  font-size: 160%;
  line-height: 21px;
}

.row {
  flex-wrap: unset;
}
.row .field_block {
  padding: 0 10px;
}
.row .field_block .placeholder_block {
  left: 10px;
}
.row .field_block.has-error:before {
  right: 10px;
}

.create_block {
  display: flex;
  align-items: center;
  font-family: "yantramanav-bold";
  font-size: 140%;
  line-height: 18px;
  color: #999999;
}
.create_block a {
  color: #BDA875;
  padding-left: 3px;
}

.block_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .form_block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner_form {
    width: 100%;
  }

  .page_container,
.content {
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .terms_title {
    padding: 15px 50px 0 15px;
    margin-bottom: 20px;
  }

  .block_terms {
    padding: 0 15px 20px;
    height: 412px;
  }

  .popup_close {
    top: 19px;
    right: 10px;
    font-size: 130%;
  }

  .create_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .inner_form {
    padding: 20px 20px 0;
  }

  .block_title {
    flex-direction: column;
  }

  .row {
    flex-direction: column;
    margin: 0;
  }
  .row .field_block {
    padding: 0;
  }
  .row .field_block .placeholder_block {
    left: 0;
  }
  .row .field_block.has-error:before {
    right: 0;
  }
}
.web .create_block a, .create_block .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .popup_close {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .create_block a, .create_block .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .popup_close {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .popup_close:hover {
  color: #BDA875;
}
.web .create_block a:hover, .create_block .web a:hover {
  opacity: 0.7;
}
.touch .popup_close:active {
  color: #BDA875;
}
.touch .create_block a:active, .create_block .touch a:active {
  opacity: 0.7;
}

/*# sourceMappingURL=form.css.map */
