body{
  min-height: 100vh !important;
  padding-bottom: 24px;
}
a.def_under{
  border-bottom: 1.5px solid rgba(72,73,87,1);
  transition: 0.1s;
}
a.def_under:hover{
  border-bottom: 1.5px solid rgba(72,73,87,0);
}
.hidden_btn{
  background-color: grey;
  pointer-events: none;
}
/*.new-head-container{*/

.pay_page {
  background: #ffc2b2;
}
.popup_new_order .popup__head-block{
  max-width: 100%;
}
.popup_new_order{
  max-width: 100%;
  padding-top: 0px;
}

.popup_new_order .popup__step-item>span.dot:nth-of-type(1){
  position: absolute;
  top: -38px;
  left: -35px;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background-color: #D4FF26;
  z-index: 3;
}
.popup_new_order .popup__step-item>span.dot:nth-of-type(2){
  position: absolute;
  top: -38px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background-color: #D4FF26;
  z-index: 3;
}
.popup_new_order .popup__step-item::before{
  width: 36px;
  height: 36px;
  font-size: 26px;
  color: white;
  border-radius: 4px;
  top: -52px;
  background-color: #333333;
  padding-bottom: 2px;
}
.popup_new_order .popup__step-item::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 2;
  width: calc(100% - 80px);
  height: 2px;
  top: -34px;
  left: 45px;
  background-color: #D4FF26;
}
.popup_new_order .popup__step-item:nth-child(4)::after {
  width: calc(100% - 45px);
}
.popup_new_order .popup__step-item.is-active::before{
  background-color: #D4FF26;
  color: #333333;
}
.popup_new_order .popup__step-item{
  font-size: 18px;
  width: 25%;
}
.popup_new_order .popup__step-item.is-finished::before {
  background-image: none;
}
.popup_new_order .popup__step{
  justify-content: normal;
  margin-top: 85px;
}

.popup_new_order .popup__title {
  font-size: 48px;
  color: #333333;
  font-weight: 600;
}
.popup__title_l_block {
  font-size: 32px;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 15px;
  font-weight: 500;
}
.popup__head-block .popup__title_l_block{
  color: #333333;
}
.popup__subtitle_l_block{
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.popup__title_l_block.mini{
  font-size: 21px;
}
.popup_new_order .popup__step-item{
  color: #fff;
  cursor: pointer;
}
.popup_new_order .popup__step-item.popup__step-item_1::before {
  content: '1';
}

.popup_new_order .popup__step-item.popup__step-item_2::before {
  content: '2';
}

.popup_new_order .popup__step-item.popup__step-item_3::before {
  content: '3';
}

.popup_new_order .popup__step-item.popup__step-item_4::before {
  content: '4';
}
@media (min-width: 767px) {
  .popup_new_order .popup__step-item br{
    display: none !important;
  }
}
.popup_new_order .popup__content-ticket:last-child{
  margin-bottom: 0px;
}
.popup_new_order .popup__content-ticket-content .title {
  font-size: 24px;
  color: #333333;
  margin-top: 10px;
  font-weight: 500;
}
.popup_new_order .popup__content-ticket-content .descr {
  margin-bottom: 28px;
}
.popup_new_order .popup__content-ticket-content .descr .descr_line{
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 7px;
}
.popup_new_order .popup__content-ticket-content .descr .descr_line .icon{
  width: 24px;
  height: 24px;
}
.popup_new_order .popup__content-ticket-content .descr .descr_line .icon img{
  max-width: 24px;
  width: 100%;
}
.popup_new_order .popup__content-ticket-content .descr .descr_line .text{

}
.popup_new_order .popup__content-ticket-content .subtitle{
  font-size: 12px;
  margin-top: 6px;
}
.popup_new_order .popup__content-ticket-img {
  width: 295px;
  min-width: 295px;
  max-height: 100%;
  background-color: #fff;
  border-radius: 24px 0px 0px 24px;
  position: relative;
}
.popup_new_order .popup__content-ticket-img img{
  border-radius: 16px;
}
.popup_new_order .popup__content-ticket-img>input{
  position: absolute;
  border-radius: 14px;
  width: 90px;
  height: 60px;
  background-color: #EF896F;
  color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  z-index: 1;
}
.popup_new_order .price {
  position: relative;
  display: flex;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  top: 0px;
}

.popup_new_order .quantity .price,
.popup_new_order .quantity .price span{
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  margin: 0px 12px;
  text-align: center;
}
.popup_new_order .quantity .price span{
  min-width: 60px;
}
.popup_new_order .quantity .price span.sale{
  font-weight: 400;
  font-size: 14px;
  display: inline-flex;
  margin: 0px auto;
  min-width: auto;
}
.popup_new_order .price span{
  color: #333333;
  font-size: 28px;
  font-weight: 500;
}
.popup_new_order .price .sale{
  position: relative;
  right: 0px;
  top: 0px;
  color: #333333;
  margin-right: auto;
  font-size: 16px;
}
.popup_new_order .price .sale::before{
  background-color: #333333;
  left: 0px;
}
.popup_new_order .popup__content-ticket-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  margin-right: 0px;
  justify-content: space-between;
}
.popup_new_order .popup__content-ticket-content .tb_up .old_wrap{
  display: flex;
  align-items: center;
  justify-content: normal;
  column-gap: 5px;
}
.popup_new_order .popup__content-ticket-content .tb_bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.popup_new_order .popup__content-ticket::before{
  display: none !important;
}
.popup_new_order .popup__content-ticket-content::after{
  display: none;
}
.popup_new_order .popup__content-ticket-end{
  background-image: url(../images/icon_shtrih.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 88%;
  width: 36px;
  min-width: 36px;
  border-radius: 0px 8px 8px 0px;
  margin-left: 5px;
}
.popup_new_order .popup__content-ticket-content .old {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-top: 0px;
  padding: 2px 10px 2px 10px;
  border-radius: 4px;
  background-color: #E7E7E7;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  white-space: nowrap;
  margin-right: 0px;
  height: auto;
}
.popup_new_order .popup__content-ticket-end::before{
  display: none;
}
.popup_new_order .popup__content-ticket-sale {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
  padding: 2px 10px 2px 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  writing-mode: lr;
  transform: none;
  border-radius: 4px;
  line-height: 22px;
  z-index: 10;
  background: #EF896F;
}
.popup_new_order .btn{
  padding: 12px 24px;
  width: auto;
  height: 58px;
  font-size: 18px;
}

.popup_new_order .btn.prev-btn{
  background-color: #ffffff;
  color: #000000;
}
.popup_new_order .btn.prev-btn:hover{
  background-color: #ffffff;
  color: #F96800;
}
.popup_new_order .popup__content-ticket-content .btn {
  padding: 3px 12px 3px 12px;
  height: 56px;
  width: 210px;
  font-size: 16px;
}
.popup_new_order .popup__content-ticket-content .btn:hover{
  background-color: rgba(249,104,0,0.85);
  color: rgb(255,255,255);
}
.popup_new_order .popup__content-ticket-img img{
  object-fit: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img img{
  object-fit: contain;
}
.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img {
  padding: 0px;
}
.popup_new_order .quantity{
  background-color: #FBE390;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 0px 25px;
  margin: 0px;
}
.popup_new_order .quantity .calc {
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: bold;
}
.popup_new_order .quantity .calc::before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 2px;
  top: 12px;
  left: 5px;
  background-color: #222220;
}
.popup_new_order .quantity .calc.plus::after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 16px;
  top: 5px;
  left: 12px;
  background-color: #222220;
}
.popup_new_order .quantity .calc.minus {
  margin-right: 0px;
  margin-left: 0px;
}
.popup_new_order .quantity input {
  position: relative;
  width: 42px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #E7E7E7;
  padding-bottom: 2px;
  border-radius: 4px;
  height: 26px;
}

.popup_new_order .cart-items-line .remove{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 16px auto;
  filter: invert(0);
  cursor: pointer;
  transition: 0.2s;
  background-position: 50% 50%;
  background-image: url("../images/icon_close.svg");
}
.popup_new_order .cart-items-line .remove:before{
  display: none;
}
.popup_new_order .cart-items-line .remove:hover{
  filter: invert(1);
}

.popup_new_order .cart-items-list .quantity{
  border-radius: 50vh;
  padding: 0px 6px;
  height: 32px;
  margin: 0px;
}
.popup_new_order .cart-items-list .quantity .calc::before{
  width: 14px;
  left: 6px;
}
.popup_new_order .cart-items-list .quantity .calc::after{
  height: 14px;
  top: 6px;
}
.popup_new_order .cart-items-list .quantity input{
  width: 22px;
  background-color: transparent;
  border-radius: 0px;
  margin: 0px;
}
.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content{
  width: 100%;
}
.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .old {
  flex-direction: column;
  align-items: start;
  width: auto;
}
.popup_new_order .popup__content-right .cart-items{
  margin-left: 0px;
}
.popup_new_order .popup__content-right .cart{
  padding: 0px 10px;
}
.popup_new_order .popup__content-right .cart-items-line, .popup_new_order .popup__content-right .cart-items-discount{
  font-size: 18px;
  column-gap: 12px;
  position: relative;
}
.popup_new_order .popup__content-right .cart-items-line>div:first-child{
  max-width: calc(100% - 132px);
}
.popup_new_order .popup__content-right .cart-items-line span {

}
.popup_new_order .popup__content-right .cart-items-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.popup__content-promocode .input input {
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7;
  padding: 12px !important;
  font-size: 18px !important;
}
.popup__content-promocode .input > input ~ label{
  color: #CCCCCC;
}
.popup__content-promocode .input input::placeholder{
  color: #CCCCCC !important;
  opacity: 1 !important;
  display: block !important;
}
.popup__content-promocode .input.focused.is-valid2 input {
  background-color: #ffffff;
  border-color: #333333;
}
.popup__content-promocode .input::before {
  top: 21px;
  left: 17px !important;
  width: 18px;
  height: 18px;
}

.popup_new_order .popup__content-right.visible-mobile .cart-items-title{
  color: #333333;
}
.popup_new_order .popup__content-right.visible-mobile .theme_white{
  color: #333333;
}
.popup_new_order .popup__content-right.visible-mobile .cart-items-list .quantity{
  width: auto;
}
.popup_new_order .popup__content-right.visible-mobile .cart-items-line .remove{
  filter: invert(1) brightness(0);
}
.popup_new_order .popup__content-right.visible-mobile .cart-items-line .remove:hover{
  filter: invert(0) brightness(1);
}
.popup_new_order .popup__content-right.visible-mobile .popup__title_l_block{
  margin-bottom: 24px;
}
.popup_new_order .popup__content-right.visible-mobile form#payment-form{
  padding: 0px;
}
.popup_new_order .popup__content-right.visible-mobile .inf>div:first-child>div{
  padding-right: 20px;
}

.main_razv_wrap {
  background-color: #ffc2b2;
  padding-top: 120px;
}

.popup__content-promocode .input > input ~ label {
  left: 40px !important;
  color: #333333 !important;
}
.popup__content-promocode .input.focused > input ~ label {
  top: 10px !important;
}
#popup__content-right.popup {

}
.popup_new_order .popup__content-right {
  width: 490px;
  min-height: 318px;
  height: 100%;
  margin-left: 0px;
  padding: 0px;
}
#popup__content-right.popup .cart{
  padding: 20px 20px 0px 20px;
}

#popup__content-right.popup .btns_block{
  margin-top: 18px;
  display: flex;
  column-gap: 12px;
  padding: 20px;
}
.popup_new_order .popup__content-right .prev-btn {
  margin-top: 0px;
  color: #000;
}
.popup_new_order .popup__content-right .prev-btn:hover{
  color: #F96800;
}
.popup_new_order .popup__content-right .btn{
  margin-top: 0px;
}
.popup_new_order .popup__content-mk-title .txt {
  margin-bottom: 18px;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.popup_new_order .popup__content-right .popup__content-promocode .btn{
  margin-top: 15px;
}
.popup_new_order .popup__content-mk-title-list-item p {
  margin: 10px 0 0;
  font-size: 18px;
  white-space: nowrap;
}
.popup_new_order .popup__content-mk-title {
  margin-bottom: 15px;
}
.popup__content-promocode .input .valid{
  padding: 6px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  object-fit: contain;
  object-position: 50% 50%;
  background: #EF896F;
  top: calc(50% - 5px);
  right: 15px;
  transform: translate(0px, -50%);
}
.popup_new_order .popup__content-right .cart-total .cart-items-line{
  font-weight: 400;
}
.popup_new_order .popup__content-right .cart-total .cart-items-line span{
  font-weight: 400;
}
.popup__content-promocode .input .err-wrapper{
  display: none !important;
}
.modal_title p{
  font-size: 18px;
}
.block_inputs .input{
  margin-bottom: 2px;
}
.block_inputs .input.focused > input ~ label, .block_inputs .input.focused .autocomplete-wrap > input ~ label {
  top: 5px;
  left: 15px;
}
.block_inputs .input:not(.focused) label{
  padding-top: 2px;
}
.block_inputs .input input {
  position: relative;
  width: 100%;
  height: 54px;
  padding: 15px 15px 7px 15px;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.block_inputs .has-error input{
  border: 1px solid #E34347;
}
.input .err-wrapper {
  padding: 0px 0 8px 0px;
  font-size: 12px;
}
.popup_new_order .input .placeholder {
  top: 23px;
  left: 28px;
  background: transparent !important;
}
.popup__content-promocode .input.error input {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.popup__content-promocode .input.is-valid2 input {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.block_inputs .input label {
  color: #CCCCCC;
  font-size: 16px;
  top: 15px;
  left: 15px;
}
.block_inputs .input input::placeholder{
  color: #999999;
}
.popup__content-promocode .input input{
  height: 42px;
}
.block_inputs .input.name::before{
  display: none;
}
.block_inputs .input.email::before{
  display: none;
}
.block_inputs .input.phone::before{
  display: none;
}
.popup__content-promocode .input > input ~ label{
  display: none !important;
}
.popup__content-promocode .input::before{
  display: none !important;
}
.popup_new_order form#payment-form {
  margin: auto;
  padding: 20px;
  min-width: 200px;
  width: auto;
}
.popup_new_order .pl_3{
  margin-right: 165px;
}
.accept {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}
.popup__content-promocode .input {
  margin-bottom: 8px;
}
.popup_new_order .popup__content-right .popup__content-promocode .btn{
  position: absolute;
  top: 30px;
  width: 110px;
  height: 30px;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: 0px;
  right: 15px;
}
.popup_new_order .popup__content-right .cart-total::before{
  margin-top: 0px;
  background-color: transparent;
}

@media (min-width:1199.99px) and (max-width:1399.98px) {
  .popup_new_order .popup__content-ticket-content .btn{

  }
  .popup_new_order .popup__content-ticket-content .tb_bottom{
    column-gap: 12px;
  }
  .popup_new_order .popup__content-ticket-img {
    width: 200px;
    min-width: 200px;
  }
  .popup_new_order .price{
    white-space: nowrap;
  }
  .popup_new_order .popup__content-ticket-content{
    row-gap: 12px;
  }
}

@media (min-width:991.99px) and (max-width:1199.98px) {
  .popup_new_order .popup__content-ticket-content .btn{
    min-width: 175px;
    width: auto;
  }
  .popup_new_order .popup__content-ticket-content .tb_bottom{
    column-gap: 12px;
  }
  .popup_new_order .popup__content-ticket-img {
    width: 200px;
    min-width: 200px;
  }
  .popup_new_order .price{
    white-space: nowrap;
  }
  .popup_new_order .popup__content-ticket-content{
    row-gap: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .pay_page {
    background: #ffc2b2;
  }
  .popup_new_order{
    padding-top: 0px;
  }
  /*.new-head-container .btns_block{*/
  /*  display: none !important;*/
  /*}*/
  /*.new-head .center-part:before{*/
  /*  display: none !important;*/
  /*}*/
  /*.new-head .center-part .subtitle{*/
  /*  font-size: 13px;*/
  /*}*/
  /*.new-head .center-part .title{*/
  /*  font-size: 13px;*/
  /*}*/
  /*.new-head .center-part {*/
  /*  position: relative;*/
  /*  width: 100%;*/
  /*  justify-content: flex-end;*/
  /*}*/
  /*.new-head-container .m_main_info{*/
  /*  column-gap: 20px;*/
  /*}*/
  /*.new-head .logo{*/
  /*  min-width: 75px;*/
  /*}*/
  /*.new-head-container {*/
  /*  margin-top: 7px;*/
  /*}*/
  /*.new-head .logo {*/
  /*  position: relative;*/
  /*  margin: 0px 0 0px;*/
  /*  padding-top: 0px;*/
  /*  padding-bottom: 0px;*/
  /*}*/
  /*.new-head .center-part .txt {*/
  /*  align-items: flex-end;*/
  /*}*/
  /*.new-head .logo:after{*/
  /*  display: none;*/
  /*}*/

  .new-head .center-part {
    justify-content: flex-end;
  }
  .new-head .center-part .txt {
    align-items: flex-end;
  }

  .popup_new_order .popup__step-item{
    font-size: 10px;
    padding-right: 10px;
  }
  .popup_new_order .popup__head-block{

  }
  .popup_new_order .popup__title{
    font-size: 36px;
  }
  .popup_new_order .popup__step-item::before {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }

  .popup_new_order .popup__step-item::after {
    width: calc(100% - 40px);
    height: 1px;
    top: -18px;
    left: 30px;
    border-radius: 0px;
  }
  .popup_new_order .popup__step-item>span.dot:nth-of-type(1) {
    position: absolute;
    top: -21px;
    left: -15px;
    width: 7px;
    height: 7px;
  }
  .popup_new_order .popup__step-item>span.dot:nth-of-type(2){
    display: block !important;
    position: absolute;
    top: -21px;
    right: 0px;
    width: 7px;
    height: 7px;
    z-index: 3;
  }
  .popup_new_order .popup__step-item:nth-child(4)::after {
    width: calc(100% - 35px);
  }
  .popup_new_order .popup__step {
    margin-top: 45px;
  }
  .popup_new_order .popup__step-item::before{
    top: -30px;
    padding-top: 2px;
  }
  .popup__title_l_block {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .popup__subtitle_l_block {
    font-size: 14px;
  }
  .modal_title p {
    font-size: 14px;
  }
  .popup_new_order .popup__content-ticket-img {
    width: auto;
    min-width: 105px;
    max-height: 100%;
    border-radius: 16px 16px 0px 0px;
  }
  .popup_new_order .popup__content-ticket-content .old{
    font-size: 12px;
    line-height: 18px;
  }
  .popup_new_order .popup__content-ticket-sale{
    line-height: 18px;
    font-size: 12px;
  }
  .popup_new_order .popup__content-ticket-content .title{
    font-size: 24px;
    margin-top: 6px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .title{
    font-size: 17px;
  }
  .popup_new_order .popup__content-ticket-content{
    padding: 12px 10px 12px 10px;
    row-gap: 10px;
  }
  .popup_new_order .popup__content-ticket-content .tb_up{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .popup_new_order .price .sale{
    font-size: 14px;
  }
  .popup_new_order .quantity{
    width: 100%;
  }
  .popup_new_order .price span{
    font-size: 24px;
  }
  .popup_new_order .popup__content-ticket-content .btn{
    width: 100%;
  }
  .popup_new_order .popup__content-ticket-end {
    background-size: auto 90%;
    width: 25px;
    min-width: 25px;
    display: none;
  }
  .popup_new_order .popup__content-ticket-content .subtitle{

  }
  .popup_new_order .popup__content-left {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  .popup_new_order .popup__content-ticket-img img{
    position: relative;
  }
  .popup_new_order .popup__content-ticket.child .popup__content-ticket-img img {
    object-position: 50% 50%;
  }
  .popup_new_order .popup__content-ticket.adult .popup__content-ticket-img img {
    object-position: 50% 50%;
  }
  .popup_new_order .btn {
    padding: 12px 15px 14px 15px;
    width: auto;
    height: 46px;
    font-size: 16px;
  }
  .popup_new_order .popup__content-mk-title .txt {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .popup_new_order .popup__content-mk-title-list-item p {
    font-size: 14px;
  }
  .popup_new_order .popup__content-mk-title-list-item>img{
    max-width: 40px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines{
    background-image: none;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .popup_new_order .popup__content-ticket-end p {
    height: 0px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img .play-btn {
    width: 95px;
    background-position: 8px 6px;
    border-radius: 50vh;
    font-size: 12px;
    padding: 5px 6px 6px 34px;
  }
  .popup_new_order .quantity .calc {
    width: 24px;
    height: 24px;
  }
  .popup_new_order .quantity .calc::before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    top: 11px;
    left: 6px;
  }
  .popup_new_order .quantity .calc.plus::after {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 12px;
    top: 6px;
    left: 11px;
  }
  .popup_new_order .quantity input {
    height: 24px;
    width: 30px;
  }
  .popup_new_order .pl_3 {
    margin-right: 0px;
  }
  #popup__content-right_mobile .next-btn {
    width: 100%;
  }

  #popup__content-right.popup{
    padding-top: 0px;
  }
  #popup__content-right.popup.active .popup__title_l_block {
    padding-left: 15px;
  }
  #popup__content-right.popup .close {
    top: 23px;
    right: 15px;
    z-index: 1;
  }
  #popup__content-right.popup.active .cart{
    max-height: 650px;
    overflow-y: scroll;
    border-radius: 0px 0px;
  }
  #popup__content-right.popup.active .popup__title_l_block{
    background: white;
    margin-bottom: 0px;
    border-radius: 7px 7px 0px 0px;
    padding-bottom: 5px;
  }
  .popup_new_order .popup__content-ticket-content .subtitle {
    font-size: 10px;
    margin-top: 2px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .price {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 390px) {
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .title {
    font-size: 16px;
  }
}