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{*/

/* spinner/processing state, errors */
.payment-form-1 .spinner,
.payment-form-1 .spinner:before,
.payment-form-1 .spinner:after {
  border-radius: 50%;
}
.payment-form-1 .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.payment-form-1 .spinner:before,
.payment-form-1 .spinner:after {
  position: absolute;
  content: "";
}
.payment-form-1 .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.payment-form-1 .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.popup_new_order .order_btns .order_btns-spinner {
  position: absolute;
  margin-left: 0px;
  width: 25px;
  height: 25px;
  opacity: 0;
  /* animation: rotate 2s linear infinite; */
  transition: opacity 0.15s ease;
  z-index: 2;
  right: -35px;
  top: calc(50% - 5px);
  transform: translate(0px, -50%);
}
.popup_new_order .order_btns .order_btns-spinner .path {
  stroke: rgba(255,205,0,1);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.popup_new_order .order_btns .order_btns-spinner.is-active {
  opacity: 1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

a.theme_link_dark{
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,1);
}
a.theme_link_dark:hover{
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0);
}

#main_menu {
  border-bottom: 1px solid #ebebeb;
}
#main_menu .mm .mm_icon {
  height: 54px;
}
.theme_semibold {
  font-weight: 600;
}
.mif_n_yellow{
  background-color: rgba(248, 215, 73, 1);
}
.mif_n_purple{
  background-color: rgba(90, 40, 170, 1);
  color: rgb(255,255,255);
}
.mif_n_red{
  background-color: rgba(209, 16, 19, 1);
}
.mif_block_wrap:nth-child(2) .mif_block:nth-child(1){
  animation-delay: 1.3s;
  width: 92px;
}

/*}*/
/*.new-head-container .m_main_info{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: normal;*/
/*  column-gap: 40px;*/
/*  flex: 1 1 auto;*/
/*}*/
/*.new-head .center-part{*/
/*  text-align: left;*/
/*  padding-left: 0px;*/
/*}*/
/*.new-head .center-part .title{*/
/*  font-size: 18px;*/
/*  font-weight: 400;*/
/*}*/
/*.new-head .center-part .subtitle{*/
/*  font-size: 18px;*/
/*}*/
/*.new-head .worktime .subtitle {*/
/*  margin-left: 0px;*/
/*  font-size: 18px;*/
/*}*/
/*.new-head .worktime .subtitle:before{*/
/*  display: none;*/
/*}*/
/*.new-head .logo{*/
/*  position: relative;*/
/*  margin: 10px 0 14px;*/
/*  padding-top: 5px;*/
/*  padding-bottom: 5px;*/
/*}*/
/*.new-head .logo:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: -22px;*/
/*  top: 0px;*/
/*  width: 2px;*/
/*  height: 100%;*/
/*  background-color: #0A0D57;*/
/*}*/

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

.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: #cccccc;
  z-index: 3;
}
.popup_new_order .popup__step-item.is-active + .popup__step-item>span.dot:nth-of-type(1){
  background-color: rgba(209, 16, 19, 1);
}
.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: #cccccc;
  z-index: 3;
}
.popup_new_order .popup__step-item.is-active ~ .popup__step-item>span.dot:nth-of-type(2){

}
.popup_new_order .popup__step-item::before{
  width: 36px;
  height: 36px;
  font-size: 26px;
  color: rgba(209, 16, 19, 1);
  border-radius: 0px;
  top: -52px;
  border: 1px solid rgba(209, 16, 19, 1);
  background-color: transparent;
  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: #cccccc;
}
.popup_new_order .popup__step-item:nth-child(4)::after {
  width: calc(100% - 45px);
}
.popup_new_order.three .popup__step-item:nth-child(3)::after {
  width: calc(100% - 45px);
}
.popup_new_order .popup__step-item.is-active::before{
  background-color: rgba(209, 16, 19, 1);
  color: #ffffff;
}
.popup_new_order .popup__step-item.is-active::after{
  background-color: rgba(209, 16, 19, 1);
}
.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.three .popup__step{

}
.popup_new_order.three .popup__step .popup__step-item{
  width: 33.33%;
}
.popup_new_order.three .popup__step .popup__step-item.popup__step-item_3::before{
  content: "2";
}
.popup_new_order.three .popup__step .popup__step-item.popup__step-item_4::before{
  content: "3";
}
.popup_new_order.three .popup__content-right{
  width: 420px;
}

.popup_new_order .popup__title {
  font-size: 62px;
  color: rgba(33, 37, 41, 1);
  font-weight: 500;
}
.popup__title_l_block {
  font-size: 48px;
  color: rgba(33, 37, 41, 1);
  padding-left: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.popup__subtitle_l_block{
  color: rgba(33, 37, 41, 1);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.popup__title_l_block.mini{
  font-size: 1em;
}
.popup_new_order .popup__step-item{
  color: #000;
  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: 28px;
  color: rgba(33, 37, 41, 1);
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.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;
}
.popup_new_order .popup__content-ticket-img img{
  border-radius: 0px;
}
.popup_new_order .price {
  position: relative;
  display: flex;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  top: 3px;
}
.popup_new_order .price span{
  color: rgba(33, 37, 41, 1);
  font-size: 28px;
  font-weight: 500;
}
.popup_new_order .price .sale{
  position: relative;
  right: 0px;
  top: 0px;
  color: rgba(33, 37, 41, 1);
  margin-right: auto;
  font-size: 16px;
}
.popup_new_order .price .sale::before{
  background-color: rgba(33, 37, 41, 1);
  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;
  border-top: 1px solid rgba(204, 204, 204, 1);
  border-right: 1px solid rgba(204, 204, 204, 1);
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.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 85%;
  width: 36px;
  min-width: 36px;
  border-radius: 0px;
  margin-left: 0px;
  border-top: 1px solid rgba(204, 204, 204, 1);
  border-right: 1px solid rgba(204, 204, 204, 1);
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.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: 0px;
  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: 0px;
  line-height: 22px;
  z-index: 10;
  background: rgba(90, 40, 170, 1);
}
.popup_new_order .btn{
  padding: 12px 24px;
  width: auto;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
}

.popup_new_order .btn.prev-btn{
  background-color: rgba(204, 204, 204, 1);
  color: #ffffff;
}
.popup_new_order .btn.prev-btn:hover{
  background-color: rgba(204, 204, 204, 0.8);
  color: #ffffff;
}

.tickets_type_day{
  margin-bottom: 25px;
}
.tickets_type_day .btn-group{
  background-color: rgb(255,255,255);
  column-gap: 20px;
}
.tickets_type_day label{
  font-size: 14px;
  padding: 6px 10px;
}
.tickets_type_day .btn-outline-primary {
  color: rgba(90, 40, 170, 1);
  border-color: rgba(90, 40, 170, 1);
  box-shadow: none !important;
  border-radius: 0px !important;
  min-width: 147px;
  background-color: transparent;
  border: 1px solid;
}
.tickets_type_day .btn-outline-primary:hover {
  color: #fff;
  background-color: rgba(90, 40, 170, 0.5);
  border-color: rgba(90, 40, 170, 0.5);
}
.tickets_type_day .btn-check:active+.btn-outline-primary,
.tickets_type_day .btn-check:checked+.btn-outline-primary,
.tickets_type_day .btn-outline-primary.active,
.tickets_type_day .btn-outline-primary.dropdown-toggle.show,
.tickets_type_day .btn-outline-primary:active{
  background-color: rgba(90, 40, 170, 1);
  border-color: rgba(90, 40, 170, 1);
}
.popup_new_order .popup__content-ticket-content .btn {
  padding: 3px 12px 3px 12px;
  height: auto;
  font-size: 16px;
}
.popup_new_order .popup__content-ticket-content .btn:hover{
  background-color: rgba(204, 204, 204, 0.8);
  color: #ffffff;
}
.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.cover img{
  padding: 0px;
}
.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img {
  padding: 0px;
  background: rgba(209, 16, 19, 1);
}
.popup_new_order .quantity{
  width: auto;
}
.popup_new_order .quantity .calc {
  width: 26px;
  height: 26px;
  border-radius: 0px;
  font-size: 10px;
  font-weight: bold;
}
.popup_new_order .quantity .calc::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  top: 12px;
  left: 6px;
  background-color: #ffffff;
}
.popup_new_order .quantity .calc.plus::after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  top: 6px;
  left: 12px;
  background-color: #ffffff;
}
.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: 0px;
  height: 26px;
  font-weight: 500;
}

.popup_new_order .quantity .calc.remove{
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  background-image: url("../../images/svg/icon_cross_t.svg");
  background-color: rgba(204, 16, 18, 1);
  margin-left: 6px;
}
.popup_new_order .quantity .calc.remove:hover{
  opacity: 0.85;
}
.popup_new_order .quantity .calc.remove:before{
  display: none;
}
.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;
}
.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: rgba(33, 37, 41, 1);
  font-size: 26px;
  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: rgba(204, 204, 204, 1);
}
.popup__content-promocode .input::before {
  top: 21px;
  left: 17px !important;
  width: 18px;
  height: 18px;
}

.main_razv_wrap {
  background: rgb(255, 255, 255);
}

.popup__content-promocode .input > input ~ label {
  left: 40px !important;
  color: rgba(33, 37, 41, 1) !important;
}
.popup__content-promocode .input.focused > input ~ label {
  top: 10px !important;
}
#popup__content-right.popup {
  background: transparent;
}
.popup_new_order .popup__content-right {
  width: 390px;
  min-height: 318px;
  height: 100%;
  margin-left: 0px;
  border-radius: 0px;
  padding: 0px;
}
#popup__content-right.popup .cart{
  background-color: rgb(255,255,255);
  border-radius: 0px;
  padding: 20px 20px 25px 20px;
  border: 1px solid rgba(204, 204, 204, 1);
}

#popup__content-right.popup .btns_block{
  margin-top: 18px;
  display: flex;
  column-gap: 12px;
}
.popup_new_order .popup__content-right .prev-btn {
  margin-top: 0px;
  background-color: rgba(204, 204, 204, 1);
  color: #fff;
}
.popup_new_order .popup__content-right .prev-btn:hover{
  background-color: rgba(204, 204, 204, 0.8);
  color: #fff;
}
.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: rgba(33, 37, 41, 1);
  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: 0px;
  object-fit: contain;
  object-position: 50% 50%;
  background: rgba(248, 215, 73, 1);
  top: calc(50% - 0px);
  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;
  font-weight: 500;
}
.block_inputs .input{
  margin-bottom: 12px;
}
.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: 5px;
}
.block_inputs .input input {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 18px 15px 10px 15px;
  background-color: #ffffff;
  border: 1px solid rgba(204, 204, 204, 1);
}
.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: 24px;
  left: 25px;
  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: 0px;
  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: 0px;
  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 only screen and (max-width: 767px) {

  .tickets_type_day .btn-outline-primary{
    min-width: 90px;
    padding: 3px 6px 3px 6px !important;
    width: auto !important;
    height: 42px !important;
    font-size: 14px !important;
  }
  .tickets_type_day .btn-group{
    column-gap: 10px;
  }
  label.btn .discount_value{
    padding: 3px 6px;
    margin-left: 4px;
    font-size: 10px;
  }

  .pay_page {
    background: #efefef;
  }
  .mif_block_wrap:nth-child(2) .mif_block:nth-child(1) {
    width: 45px;
  }
  .popup_new_order{
    padding-top: 115px;
  }
  /*.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{
    padding-top: 0px;
  }
  .popup_new_order .popup__title{
    font-size: 32px;
  }
  .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.three .popup__step-item:nth-child(3)::after {
    width: calc(100% - 35px);
  }
  .popup_new_order .popup__step {
    margin-top: 60px;
  }
  .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: 12px;
  }
  .popup__subtitle_l_block br:first-child{
    display: none;
  }
  .modal_title p {
    font-size: 12px;
  }
  .popup_new_order .popup__content-ticket-img {
    width: auto;
    min-width: 105px;
    max-height: 100%;
  }
  .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: 18px;
    margin-top: 6px;
    text-transform: uppercase;
  }
  .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 .price .sale{
    font-size: 12px;
  }
  .popup_new_order .price span{
    font-size: 18px;
  }
  .popup_new_order .popup__content-ticket-content .btn{
    font-size: 12px;
    padding: 4px 12px 5px 12px;
    height: 24px;
  }
  .popup_new_order .popup__content-ticket-end {
    background-size: auto 90%;
    width: 25px;
    min-width: 25px;
  }
  .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.child .popup__content-ticket-img img {
    object-position: 75% 50%;
  }
  .popup_new_order .popup__content-ticket.adult .popup__content-ticket-img img {
    object-position: 70% 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: 45px;
  }
  #popup__content-right.popup.active .popup__title_l_block {
    padding-left: 15px;
  }
  #popup__content-right.popup .close {
    top: 52px;
    right: 7px;
    z-index: 1;
  }
  #popup__content-right.popup.active .cart{
    max-height: 650px;
    overflow-y: scroll;
    border-radius: 0px;
  }
  #popup__content-right.popup.active .popup__title_l_block{
    background: white;
    margin-bottom: 0px;
    border-radius: 0px;
    padding-bottom: 5px;
  }
  .popup_new_order .popup__content-ticket-content .subtitle {
    font-size: 9px;
    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: 14px;
  }
}