.popap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  z-index: 100;
}
  .popap:target {
    visibility: visible;
    opacity: 1;
  }

  .popap:target .popap__content{
    transform: translate(0px, 0px);
    opacity: 1;
  }
  .popap__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .popap__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1024px) {
    .popap__body {
      width: 1024px;
      height: 768px;
      margin: 0 auto;
    }
  }
  @media (max-width: 768px) {
    .popap__body {
      width: 590px;
      height: 1479px;
      margin: 0 auto;
    }
  }
  @media (max-width: 420px) {
    .popap__body {
      width: 420px;
      height: 1754px;
      margin: 0 auto;
    }
  }
  .popap__content {
    background-color: #fff;
    border: none;
    color: #000;
    width: 1440px;
    height: 850px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  @media (max-width: 1024px) {
    .popap__content {
      width: 1024px;
      height: 768px;
    }
  }
  @media (max-width: 768px) {
    .popap__content {
      width: 590px;
      height: 1479px;
      margin: 0 auto;
    }
  }
  @media (max-width: 420px) {
    .popap__content {
      width: 420px;
      height: 1754px;
      margin: 0 auto;
    }
  }
  .popap__close {
    z-index: 101;
    transition: 0.5s;
  }
  .button__close {
    position: absolute;
    top: 27px;
    right: 30px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
    transition: 0.5s;
  }
  @media (max-width: 1024px) {
    .button__close {
      top: 25px;
    }
  }
  @media (max-width: 768px) {
    .button__close {
      top: 25px;
    }
  }
  .button__close:hover {
    opacity: 1;
    }
  .button__close:before, .button__close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #030303;
    }
  .button__close:before {
    transform: rotate(45deg);
    }
  .button__close:after {
    transform: rotate(-45deg);
  }
  .form__block {
    width: 970px;
    height: 663px;
    display: flex;
    align-items: center; 
    justify-content: space-between;
    margin: 91px auto;
  }
  @media (max-width: 1024px) {
    .form__block {
      width: 970px;
      height: 663px;
      display: flex;
      align-items: center; 
      justify-content: space-between;
      margin: 0px auto;
      margin-top: 75px;
    }
  }
  @media (max-width: 768px) {
    .form__block {
      width: 530px;
      height: 1360px;
      display: flex;
      flex-direction: column; 
      align-items: center; 
      justify-content:flex-start;
      margin: 0px auto;
      margin-top: 80px;
    }
  }
  @media (max-width: 420px) {
    .form__block {
      width: 360px;
      height: 1624px;
      margin: 0px auto;
      margin-top: 80px;
    }
  }
  .left__form {
    width: 400px;
    height: 663px;
    display: flex;
    flex-direction: column;   
  }
  @media (max-width: 768px) {
    .left__form {
      width: 530px;
      height: 643px;
      display: flex;
      flex-direction: column;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 420px) {
    .left__form {
      width: 360px;
      height: 690px;
      display: flex;
      flex-direction: column;
      margin-bottom: 50px;
    }
  }
  .left-form__title {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;  
    color: #9D8665;
    margin-bottom: 15px;
  }
  @media (max-width: 1024px) {
    .left-form__title {
      margin-bottom: 12px;
    }
  }
  @media (max-width: 768px) {
    .left-form__title {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 420px) {
    .left-form__title {
      font-size: 32px;
      line-height: 35px;
      margin-bottom: 13px;
    }
  }
  .left-form__subtitle {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #710707;
    margin-bottom: 8px;
  }
  @media (max-width: 1024px) {
    .left-form__subtitle {
      margin-bottom: 11px;
    }
  }
  .left-form__underline {
    width: 100%;
    height: 3px;
    background-color: #740C11;
    margin-bottom: 60px;
  }
  @media (max-width: 768px) {
    .left-form__underline {
      margin-bottom: 39px;
    }
  }
  .left-form__date {
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 420px) {
    .left-form__date {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  .value__form {
    width: 400px;
    height: 45px;
    border: 1px solid #030303;
    margin-bottom: 20px;  
  }
  @media (max-width: 1024px) {
    .value__form {
      border: 2px solid #030303;
    }
  }
  @media (max-width: 768px) {
    .value__form {
      width: 530px;
      border: 1px solid #030303;
    }
  }
  @media (max-width: 420px) {
    .value__form {
      width: 360px;
    }
  }
  .icon__form {
    width: 43px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .icon__form {
      padding-left: 2px;
    }
  }
  .form__container {
    width: 100%;
    display: flex;
    padding-top: 2px;
  }
  .form__date {
    width: 190px;
    display: flex;
  }
  @media (max-width: 768px) {
    .form__date {
      width: 251px;
    }
  }
  @media (max-width: 420px) {
    .form__date {
      width: 100%;
    }
  }
  @media (max-width: 1024px) {
    .date__container input::placeholder {
    padding-left: 5px;
    }
  }
  input::placeholder {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #030303;
    border: none;
  }
  .form-control[type=text] {
    width: 100%;
    padding: 1px;
    border: none;
  }
  .logo__arrow {
    position: relative;
  }
  .logo__arrow img{
  position: absolute;
  content: ' ';
  right: 14px;
  top: 14px;
  }
  .form__date:hover .logo__arrow{
  display: none;
  }
  .form__time {
    width: 190px;
    display: flex;
  }
  @media (max-width: 768px) {
    .form__time {
      width: 251px;
    }
  }
  @media (max-width: 420px) {
    .form__time {
      width: 100%;
    }
  }
  @media (max-width: 1024px) {
    .time__container input::placeholder {
    padding-left: 5px;
    letter-spacing: 1.5px;
    }
  }
  .form__time:hover .logo__arrow{
    display: none;
  }
  .left-form__name {
    width: 400px;
    display: flex;
  }
  @media (max-width: 768px) {
    .left-form__name {
      width: 100%;
      display: flex;
    }
  }
  .left-form__email {
    width: 400px;
    display: flex;
  }
  @media (max-width: 768px) {
    .left-form__email {
      width: 100%;
      display: flex;
    }
  }
  @media (max-width: 768px) {
    .left-form__email input::placeholder {
    padding-left: 3px;
    }
  }
  .left-form__phone {
    width: 400px;
    display: flex;
  }
  @media (max-width: 768px) {
    .left-form__phone {
      width: 100%;
      display: flex;
    }
  }
  .left-form__ticket {
    width: 400px;
    display: flex;
  }
  @media (max-width: 768px) {
    .left-form__ticket {
      width: 100%;
      display: flex;
    }
  }
  @media (max-width: 1024px) {
    .left-form__ticket input::placeholder {
    padding-left: 0px;
    }
  }
  .left-form__entry {
    height: 135px;
    padding: 9px 15px 0px;
    margin-bottom: 0px;  
  }
  @media (max-width: 1024px) {
    .left-form__entry {
      padding: 8px 14px 0px;
    }
  }
  .entry__title {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #9D8665;
    margin-bottom: 5px;
  }
  .entry__underline {
    width: 100%;
    height: 2px;
    background: #740C11;
    opacity: 0.9;
    margin-bottom: 16px;
  }
  @media (max-width: 1024px) {
    .entry__basic-block {
      margin-bottom: 12px;
    }
  }
  .entry__basic-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  
  .entry__text {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    padding-top: 3px;
  }
  @media (max-width: 1024px) {
    .entry__text {
      padding-top: 2px;
    }
  }
  .entry__selection {
    width: 105px;
    height: 27px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
  }
  @media (max-width: 1024px) {
    .entry__selection {
      height: 25px;
        border: 1.5px solid #000;
    }
  }
  .entry__button {
    width: 34px;
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  @media (max-width: 1024px) {
    .entry__button {
      width: 36px;
    }
  }
  .entry__number {
    width: 35px;
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #030303;
  }
  @media (max-width: 1024px) {
    .entry__number {
      width: 38px;
    }
  }
  .entry__senior-block {  
    display: flex;
    justify-content: space-between;
  }
  /* - right form */
  .right__form {
    position: relative;
    width: 530px;
    height: 663px;
    display: flex;
    flex-direction: column;   
    border: 1px solid #030303;
    padding: 24px 29px;
  }
  @media (max-width: 1024px) {
    .right__form {
      border: 2px solid #030303;
      padding: 23px 28px;
    }
  }
  @media (max-width: 768px) {
    .right__form {
      border: 1px solid #030303;
      padding: 25px 15px;
    }
  }
  @media (max-width: 420px) {
    .right__form {
      width: 360px;
      height: 885px;
      padding: 25px 15px;
    }
  }
  .right__form-top {
    display: flex;
    justify-content: space-between;
  }
  .form-top-result {}
  .result__title {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #272727;
    margin-bottom: 5px;
  }
  @media (max-width: 1024px) {
    .result__title {
      margin-bottom: 3px;
    }
  }
  .result__subtitle {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #740C11;
    opacity: 0.9;
    margin-bottom: 10px;
  }
  .result__logo {
    margin-right: 15px;
  }
  @media (max-width: 1024px) {
    .result__logo {
      padding-top: 2px;
    }
  }
  .result__text {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
  }
  .result__date {
    display: flex;
    margin-bottom: 5px;
  }
  .result__time {
    display: flex;
    margin-bottom: 5px;
  }
  .result__exhibition {
    display: flex;
    margin-bottom: 15px;
  }
  @media (max-width: 420px) {
    .form-top-image img{
      width: 120px;
    }
  }
  .quantity {
    display: flex;
    align-items: center;
  }
  .quantity__logo {
    margin-right: 10px;
  }
  @media (max-width: 1024px) {
    .form__senior-logo {
      padding-bottom: 5px;
    }
  }
  @media (max-width: 768px) {
    .form__senior-logo {
      padding-bottom: 10px;
    }
  }
  .quantity__text-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #030303; 
    margin-bottom: 7px;
  }
  .form__basic-text {
    padding-top: 8px;
  }
  .right__underline {
    width: 100%;
    height: 2px;
    background: #740C11;
    margin-bottom: 12px;
  }
  .right__total-block {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    color: #030303;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .right__total-block {
      margin-bottom: 15px;
    }
  }
  .right__total {
    margin-right: auto;
  }
  
  /* -card- */
  .credit-card__block {
    position: relative;  
    width: 470px;
    height: 241px;
  }
  @media (max-width: 768px) {
    .credit-card__block {
      width: 500px;
      height: 241px;
    }
  }
  @media (max-width: 420px) {
    .credit-card__block {
      width: 330px;
      height: 443px;
    }
  }
  .credit-card {
    position: absolute;
    width: 360px;
    height: 211px;
    border-radius: 2px;
  }
  @media (max-width: 420px) {
    .credit-card {
      width: 330px;
      height: 209px;
    }
  }
  .card__front {
    background-color: #BCBCBC;
    top: 0;
    left: 0;
    padding: 15px 20px;
    z-index: 202;  
  }
  .front__top {
    display: flex;
    justify-content: space-between;
  }
  .front__left {
    width: 215px;
  }
  .card__text {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    margin-bottom: 5px;
  }
  @media (max-width: 1024px) {
    .card__text {
      margin-bottom: 4px;
    }
  }
  .form-front {
    margin-bottom: 10px;
  }
  .form-front[type=text]{
    width: 100%;
    height: 35px;
    padding: 1px;
  }
  .form-front[type=text]{
    width: 100%;
    height: 35px;
    padding: 1px;
  }
  .form-front[type=number]{
    width: 100%;
    height: 35px;
    padding: 1px;
  }
  .card__date {
    display: flex;
    justify-content: space-between;
  }
  .card__month, .card__year {
      display: flex;
  }
  .month__number, .year__number {
    padding-top: 1px;
    width: 75px;
  }
  @media (max-width: 1024px) {
    .month__number, .year__number {
      /* padding-top: 0px; */
      width: 71px;
    }
  }
  .form-front::placeholder {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    padding-left: 10px;
  }
  .date__logo {}
  .front__right {
    padding-top: 19px;
  }
  .card__back {
    background-color: #939393;
    bottom: 0;
    right: 0;
    z-index: 201;
    padding-top: 25px;
  }
  .magnetic__stripe {
    width: 100%;
    height: 45px;
    background-color: #161615;
    margin-bottom: 15px;
  }
  .cvc__block {
    padding-left: 265px;
    padding-right: 20px;
  }
  @media (max-width: 420px) {
    .cvc__block {
      padding-left: 235px;
    }
  }
  .cvc {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    margin-bottom: 5px;
    padding-left: 10px;  
  }
  .form-back[type=number]{
    width: 100%;
    height: 35px;
    padding: 1px;
  }
  .cvc-cvv {
    margin-bottom: 6px;
  }
  
  .cvc__code {
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #161615;
    padding-left: 10px;
  }
  .popap__button {
    position: absolute;
    width: 220px;
    height: 45px;
    background-color: #710707;
    opacity: 0.9;
    /* font-family: Roboto; */
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    right: 30px;
    bottom: 26px;
    transition: 0.3s;
  }
  @media (max-width: 1024px) {
    .popap__button {
      right: 28px;
      bottom: 24px;
    }
  }
  @media (max-width: 768px) {
    .popap__button {
      right: 14px;
      bottom: 22px;
    }
  }
  @media (max-width: 420px) {
    .popap__button {
      bottom: 23px;
    }
  }
  .popap__button:hover {
    cursor: pointer;
    background-color: #9D8665;
    color: #000;
    transition: 0.5s;
  }
  .popap__button:active {
    background: #7E6C51;
     color: #fff;
  }

  .collticets {
    display: inline-block;
    background-color: #000;
    width: 33px;
    height: 22px;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
  }

  .select_1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  