:root {
  --main: #FFCD00;
  --main-hover: #FDD85F;
  --text: #000000;
  --orange: #fabb18;
  --grey: #6d6f71;
  --btn_hover: #fdd85f;
  --link: #346fee;
  --green: #3ab54b;
  --green_hover: #63ba76;
  --error: #e31b1b;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  text-transform: none;
}
button {
  outline: none;
  border: none;
}

*::-webkit-input-placeholder {
  color: var(--grey);
}

*::-moz-placeholder {
  color: var(--grey);
}

*:-ms-input-placeholder {
  color: var(--grey);
}

*::-ms-input-placeholder {
  color: var(--grey);
}

*::placeholder {
  color: var(--grey);
}
.promo_info{
  padding: 0px 25px;
  font-size: 14px;
}
.theme_red{
  color: #E31B1B;
}
.theme_grey{
  /*color: rgb(100,100,100);*/
  color: #a3a3a3;
}
.accept{
  margin-top: 25px;
  margin-bottom: 35px;
}
.theme_bold{
  font-weight: bold;
}
.hidden_body{
  overflow: hidden;
  position: fixed; left: 0; top: 0; right: 0; bottom: 0;
}
form#payment-form {
  width: 30vw;
  min-width: 660px;
  align-self: center;
  border-radius: 16px;
  background-color: rgb(255,255,255);
  padding: 40px 140px 40px 140px;
}
form#payment-form.back_card{
  padding: 40px 80px 95px 80px;
}
form#payment-form.back_card .payment-form-1{
  background-image: url("../images/back_noise.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: 0px 0px;
  margin-bottom: 80px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.13);
  border-radius: 7px;
  position: relative;
}
form#payment-form.ok_card{
  padding: 0px 75px 45px 75px;
}
form#payment-form.back_card .payment-form__logo{
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
}
.input.phone input[type=number]::-webkit-inner-spin-button,
.input.phone input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.bee_action{
  position: relative;
  background-color: #683BA8;
  background-image: url("../images/bee_back.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: 0px 0px;
  color: rgb(255,255,255);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}
.bee_action:before{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 42%;
  height: 100%;
  background-size: 100% auto;
  background-image: url(../images/bee.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  max-width: 290px;
}
.bee_action>div{
  position: relative;
  z-index: 1;
}
.bee_action .b_title{
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.bee_action .b_title .b_price{
  background-color: #F5BD00;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 1;
}
.bee_action .b_descr{

}
.bee_action .b_descr ul{

}
.bee_action .b_descr ul li{
  position: relative;
  padding-left: 40px;
  min-height: 34px;
  padding-top: 6px;
}
.bee_action .b_descr ul li:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../images/icon_check_th.svg");
}

#new_modal {
  width: 30vw;
  min-width: 660px;
  align-self: center;
  border-radius: 7px;
  background-color: rgb(255,255,255);
  padding: 40px 105px 80px 105px;
}
#new_modal.new{
  min-width: 0px;
  width: 100%;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  color: #333333;
}
.payment-form-1 input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
.payment-form-1 #payment-request-button {
  margin-bottom: 0px;
  margin-top: 30px;
  position: absolute;
  bottom: -70px;
  width: calc(100% - 80px);
}
.payment-form-1 #ok_pay_bak {
  margin-bottom: 0px;
  margin-top: 30px;
  position: absolute;
  bottom: -145px;
  width: calc(100% - 80px);
  filter: contrast(100%);
}
.payment-form-1 .result-message {
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}
.result-message .title_res{
  font-size: 24px;
  text-transform: none;
  color: #222200;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.result-message .descr{
  font-size: 16px;
  text-transform: none;
  color: #222222;
  margin-bottom: 60px;
  text-align: left;
}
.payment-form-1 .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.payment-form-1 .hidden {
  display: none;
}

.payment-form-1 #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

.payment-form-1 #card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

.payment-form-1 #payment-request-button {
  margin-bottom: 0px;
  margin-top: 30px;
}

.payment-form__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.payment-form__logo .logo img {
  width: 81px;
  height: 37px;
}

.payment-form__logo .stripe {
  display: flex;
  align-items: center;
}

.payment-form__logo .stripe p {
  margin: 0 3px 0 0;
  font-size: 15px;
}

.payment-form__logo .stripe img {
  position: relative;
  top: 2px;
}

.payment-form__pay-systems {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.payment-form__pay-systems img {
  margin-right: 6px;
}

.payment-form__pay-systems img:last-child {
  margin-right: 0;
}

/* Buttons and links */
.payment-form-1 button {
  background: #FFCD00;
  color: #000000;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  margin: 17px 0 43px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  text-transform: uppercase;
}
.payment-form-1 button:hover {
  filter: contrast(115%);
}
.payment-form-1 button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* 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);
  }
}

/*nps - общая*/
.main_nps .nps_main .numb_wrap .numb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_nps .nps_main .d1{
  padding-top: 10px;
}
.main_nps .nps_main .d2{
  padding-top: 45px;
}
.main_nps .nps_main .numb_wrap .numb img{
  width: 38px;
  transition: 0.2s;
  opacity: 1;
}
.main_nps .nps_main .numb_wrap .numb img:hover{
  opacity: 0.8;
}
.main_nps .nps_main .new_modal .success_screen{
  text-align: left;
}
.nps_main .new_modal#new_modal .success_screen .txt .h4{
  text-align: left;
}
.main_nps .nps_main #new_modal {
  padding: 5px 35px 15px 35px;
}
.main_nps .nps_main .numb_wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main_nps .nps_title_f{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main_nps .nps_main p{
  font-size: 14px;
}
.main_nps .popup_new_order .popup__content.nps_main{
  padding-bottom: 55px;
}
.main_nps .main_foot_img.nps_main {
  padding-bottom: 55px;
}
.main_nps .nps_bottom{
  height: 55px;
}

/* Новая форма корзины */
.pay_page {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
}

.popup_new_order {
  max-width: 900px;
  margin: 0 auto;

  color: #333333;
}

.popup_new_order .price {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  width: 125px;
  margin: 20px 0 4px auto;
  padding: 4px 9px;
  background-color: #EDF1F6;
  border-radius: 7px;
  font-size: 14px;
}

.popup_new_order .price span {
  color: #E31B1B;
  font-size: 24px;
}
.popup_new_order .price.color_theme span {
  color: #333;
}
span.rub{
  font-size: 0.92em;
}
.popup_new_order .price span.rub{
  font-weight: 400;
  font-size: 0.92em;
}
.popup_new_order .price span.rub:last-child{
  font-weight: 600;
}
.popup_new_order .price .sale span.rub{
  color: #333;
  font-size: 0.95em;
}
.popup_new_order .price .sale {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.popup_new_order .price .sale::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: #E31B1B;
}

.popup_new_order .btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0px 40px;
  cursor: pointer;
  background-color: #FBE390;
  color: #333333;
  transition: 0.2s;
  border-radius: 16px;
  opacity: 1;
  font-weight: 500;
  min-width: auto;
  position: relative;
}
.popup_new_order .btn:hover{
  color: #ffffff !important;
  background-color: #333333 !important;
  opacity: 1 !important;
}

.popup_new_order .btn.invert{
  background-color: #333333;
  color: #ffffff;
}
.popup_new_order .btn.invert:hover{
  background-color: rgb(85, 85, 85) !important;
  color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
}

.popup_new_order .quantity {
  position: relative;
  display: flex;
  width: auto;
  margin: 0 0 0 auto;
}

.popup_new_order .quantity .calc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  font-weight: bold;
  z-index: 3;
  cursor: pointer;
}

.popup_new_order .quantity .calc:hover {
  opacity: 1;
}

.popup_new_order .quantity .calc::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  top: 15px;
  left: 6px;
  background-color: #222220;
}

.popup_new_order .quantity .calc.minus {
  margin-right: -4px;
  margin-left: 4px;
}

.popup_new_order .quantity .calc.plus::after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  top: 6px;
  left: 15px;
  background-color: #222220;
}

.popup_new_order .quantity input {
  position: relative;
  width: 69px;
  margin-right: -4px;
  background-color: #EDF1F6;
  outline: none;
  border: none;
  text-align: center;
  z-index: 1;
}

.popup_new_order .popup__head-block {
  max-width: 600px;
  margin: 0 auto;
}

.popup_new_order .popup__title {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 1.1;
}

.popup_new_order .popup__step {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
  padding: 0;
}

.popup_new_order .popup__step-item {
  position: relative;
  display: block;
  font-size: 14px;
  color: #6D6F71;
}

.popup_new_order .popup__step-item::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '';
  width: 24px;
  height: 24px;
  top: -34px;
  background-color: #D4FF26;
  border-radius: 50%;
  line-height: 24px;
  z-index: 3;
}



.popup_new_order .popup__step-item.small {
  position: absolute;
  top: 8px;
  left: 16%;
  line-height: 10px;
  font-size: 5px;
}

.popup_new_order .popup__step-item.small::before {
  width: 10px;
  height: 10px;
  background-color: transparent;
  transition: all 0.15s ease;
}

.popup_new_order .popup__step-item.small::after {
  display: none;
}

.popup_new_order .popup__step-item.small.is-active::before,
.popup_new_order .popup__step-item.small.is-finished::before {
  background-image: none;
  background-color: var(--main);
}

.popup_new_order .popup__step-item.popup__step-item_1::before {
  content: '1';
}

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

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

.popup_new_order .popup__step-item.popup__step-item_5::before {
  content: '4';
}

.popup_new_order .popup__step-item.is-active {
  color: #ffffff;
}

.popup_new_order .popup__step-item.is-finished {
  /*color: rgba(104, 57, 57, 0.7);*/
  color: #ffffff;
}

.popup_new_order .popup__step-item.is-finished::before {
  content: '';
  background-image: url('../images/pay_form/badge.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.popup_new_order .popup__step-point {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: -26px;
  left: 0%;
  background-color: var(--main);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease;
}

.popup_new_order .popup__step-point.run {
  opacity: 1;
  visibility: visible;
}

.popup_new_order .popup__step-point.step2 {
  left: 17%;
}

.popup_new_order .popup__step-point.step3 {
  left: 44%;
}

.popup_new_order .popup__step-point.step4 {
  left: 74%;
}

.popup_new_order .popup__content {
  position: relative;
  display: flex;
  margin-top: 24px;
  padding-bottom: 96px;
}

.popup_new_order .popup__content-left {
  flex: 1;
  padding-right: 24px;
}
.popup__title_l_block{
  font-size: 28px;
  margin-bottom: 25px;
  padding-left: 30px;
}
#popup__content-right .popup__content-left{
  padding-top: 25px !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.popup_new_order .popup__content-ticket {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.popup_new_order .popup__content-ticket:hover .popup__content-ticket-end {
  transform: translateX(2.5px);
}

.popup_new_order .popup__content-ticket::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 117px;
  top: -9px;
  left: -10px;
  background-image: url('../images/pay_form/corner-ticket-sale.svg');
  z-index: 2;
  display: none;
}
.popup_new_order .popup__content-ticket.label_active::before{
  display: block;
}
.popup_new_order .popup__content-ticket.wo-sale::before {
  display: none;
}

.popup_new_order .popup__content-ticket-sale {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 117px;
  top: -10px;
  left: -10px;
  padding-left: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  writing-mode: vertical-rl;
  transform: scale(-1);
  z-index: 10;
}

.popup_new_order .popup__content-ticket-img {
  position: relative;
  display: flex;
  width: 215px;
  max-height: 190px;
  background-color: #fff;
  padding: 8px;
}
.popup_new_order .popup__content-ticket-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.popup_new_order .popup__content-ticket-img_kosmo {
  width: 240px;
  height: 191px;
  overflow: hidden;
  background-color: #ffffff;
}
.popup_new_order .popup__content-ticket-img_kosmo:before {
  position: absolute;
  content: '';
  display: block;
  width: 180px;
  height: 100%;
  background: linear-gradient(143.25deg, #8E37F3 12.89%, #4A11C2 61.03%);
  z-index: 1;
}

.popup_new_order .popup__content-ticket-img.popup__content-ticket-img_kosmo img {
  object-fit: contain;
  object-position: 0 105%;
  z-index: 2;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img {
  width: 187px;
  padding: 0 12px;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines {
  background-image: url('../images/pay_form/2-lines.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.corner {
  background-image: url('../images/pay_form/corner.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img img {
  object-fit: contain;
  padding: 10%;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.kosmos img {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines.kosmos img{
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img .play-btn {
  position: absolute;
  width: 152px;
  top: calc(50% - 18px);
  left: 50%;
  padding: 5px 7px 6px 38px;
  background-color: rgba(255, 255, 255, 0.78);
  background-image: url('../../assets/images/pay_form/ytbe.svg');
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border-radius: 19px;
  font-size: 14px;
  transform: translateX(-50%);
  transition: background-color 0.25s ease;
  cursor: pointer;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-img .play-btn:hover {
  background-color: #fff;
}

.popup_new_order .popup__content-ticket-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 211px;
  padding: 8px 11px 10px 0;
  margin-right: 8px;
  background-color: #fff;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content {
  width: 240px;
}

.popup_new_order .popup__content-ticket-content::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 100%;
  top: 0;
  right: -8px;
  background-image: url('../images/pay_form/small-fin.svg');
  transform: scale(-1);
}

.popup_new_order .popup__content-ticket-content .title {
  font-size: 24px;
  color: #333333;
}
.popup_new_order .popup__content-ticket-content .title.d3{
  font-size: 21px;
}
.popup_new_order .popup__content-ticket-content .title.xs {
  font-size: 22px;
  color: #333333;
}

.popup_new_order .popup__content-ticket-content .old {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 89px;
  margin-top: 4px;
  padding: 3px 8px 4px;
  border-radius: 3px;
  background-color: #EDF1F6;
  font-size: 14px;
}

.popup_new_order .popup__content-ticket-content .old img {
  width: 10px;
  height: 10px;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .old {
  flex-direction: column;
  align-items: start;
  width: 98px;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .old span {
  font-size: 10px;
}

.popup_new_order .popup__content-mk-ticket .popup__content-ticket-content .price {
  margin-top: 10px;
}

.popup_new_order .popup__content-ticket-end {
  position: relative;
  width: 50px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 0 7px 7px 0;
  transition: transform 0.15s ease;
}

.popup_new_order .popup__content-ticket-end::before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 100%;
  top: 0;
  left: -7px;
  background-image: url('../images/pay_form/small-fin.svg');
}

.popup_new_order .popup__content-ticket-end p {
  position: relative;
  width: 50px;
  height: 190px;
  margin: 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  writing-mode: vertical-lr;
  text-align: center;
  transform: scale(-1);
}

.popup_new_order .popup__content-combo {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popup_new_order .popup__content-combo .quantity .plus.calc{
  background-color: rgb(200,200,200) !important;
  cursor: not-allowed;
  pointer-events: none;

}
.popup_new_order .popup__content-combo .quantity .plus.calc:before,
.popup_new_order .popup__content-combo .quantity .plus.calc:after{
  opacity: 0.75 !important;
}

.popup_new_order .popup__content-combo-head {
  position: relative;
  display: flex;
  height: 150px;
  margin-bottom: 9px;
  padding: 7px 0 25px;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  z-index: 2;
}

.popup_new_order .popup__content-combo-head::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 9px;
  bottom: -9px;
  left: 0;
  background-image: url('../images/pay_form/mk_top_part.svg');
  background-size: contain;
  background-position: center center;
}

/* .popup_new_order .popup__content-combo-head::before {
  left: -1px;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

.popup_new_order .popup__content-combo-head::after {
  right: -1px;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
} */

.popup_new_order .popup__content-combo-head-img {
  position: relative;
  width: 180px;
}

.popup_new_order .popup__content-combo-head-img img {
  position: absolute;
  width: 100%;
  height: auto;
  left: -20px;
  object-fit: cover;
}

.popup_new_order .popup__content-combo-head-info {
  flex: 1;
}

.popup_new_order .popup__content-combo-head-info .title {
  margin-top: 3px;
  font-size: 24px;
  font-weight: bold;
}

.popup_new_order .popup__content-combo-head-info .anno {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 7px 4px;
  background-color: #EDF1F6;
  border-radius: 3px;
  font-size: 14px;
}

.popup_new_order .popup__content-combo-head-info .discont {
  margin-top: 14px;
  max-width: 243px;
}

.popup_new_order .popup__content-combo-head-info .discont p {
  margin-bottom: 0;
}

.popup_new_order .popup__content-combo-head-info .discont .progressbar {
  position: relative;
  width: 0;
  height: 6px;
  margin-top: 6px;
  transition: 0.3s;
}

.popup_new_order .popup__content-combo-head-info .discont .progressbar::before {
  position: absolute;
  content: '';
  width: 243px;
  height: 4px;
  left: 1px;
  top: 1px;
  background-color: #EAECEE;
  border-radius: 2.5px;
}
.popup_new_order .popup__content-combo-head-info .discont .progressbar::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background-color:var(--green);
  border-radius: 3.5px;
}

.popup_new_order .popup__content-combo-head-info .discont .progress-num {
  position: relative;
  margin-top: 4px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.popup_new_order .popup__content-combo-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 23px;
  margin: 10px 0 15px;
  background-color: #fff;
}

.popup_new_order .popup__content-combo-body::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 9px;
  top: -9px;
  left: 0;
  background-image: url('../images/pay_form/mk_bottom_part.svg');
  background-size: contain;
}

.popup_new_order .popup__content-combo-body::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 13px;
  left: 0;
  bottom: -13px;
  background-image: url('../images/pay_form/combo-wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.popup_new_order .popup__content-combo-body .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.popup_new_order .popup__content-combo-body .choose-ticket {
  position: relative;
  margin-top: 16px;
}

.popup_new_order .popup__content-combo-body .choose-ticket .info-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  top: -5px;
  background-image: url('../images/pay_form/info-icon-bg.svg');
  cursor: pointer;
  z-index: 5;
}

.popup_new_order .popup__content-combo-body .choose-ticket .info-txt {
  position: absolute;
  width: 151px;
  top: -5px;
  padding: 6px 10px 6px 18px;
  background-color: #D5EEFF;
  border-radius: 10px;
  color: #346FEE;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 4;
}

.popup_new_order .popup__content-combo-body .choose-ticket .info-txt.is-active {
  opacity: 1;
  visibility: visible;
}

.popup_new_order .popup__content-combo-body .choose-ticket.mk-ticket .info-icon,
.popup_new_order .popup__content-combo-body .choose-ticket.mk-ticket .info-txt {
  left: 136px;
}

.popup_new_order .popup__content-combo-body .choose-ticket.souvenir-ticket .info-icon {
  left: 100px;
}
.popup_new_order .popup__content-combo-body .choose-ticket.souvenir-ticket .info-txt {
  left: -34px;
}

.popup_new_order .popup__content-combo-body p {
  margin-bottom: 0;
  line-height: 1.1;
}

.popup_new_order .popup__content-combo-body p span {
  font-size: 10px;
  margin-left: 16px;
  position: relative;
  top: -2px;
}

.popup_new_order .popup__content-combo-body .radio-block {
  display: inline-flex;
  margin: 8px 0 0 14px;
  border: 1px solid var(--main);
  border-radius: 20px;
  overflow: hidden;
}

.popup_new_order .popup__content-combo-body .radio-block label {
  width: 30px;
  height: 22px;
  border-right: 1px solid var(--main);
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup_new_order .popup__content-combo-body .radio-block label:hover {
  background-color: var(--main-hover);
}

.popup_new_order .popup__content-combo-body .radio-block label:last-child {
  border: none;
}

.popup_new_order .popup__content-combo-body .radio-block input[type="radio"] {
  display: none;
}
.popup_new_order .popup__content-combo-body .radio-block input[type="radio"]:checked + label {
  background-color: var(--main);
}

.popup_new_order .popup__content-combo-end {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  background-image: url('../images/pay_form/combo-fin.svg');
  background-size: cover;
  color: #fff;
  transition: transform 0.15s ease;
  font-weight: 700;
}
.popup_new_order .popup__content-combo:hover .popup__content-combo-end{
  transform: translateY(2.5px);
}


/* Стили второго экрана */
.popup__content-discount-list,
.popup__content-promocode {
  position: relative;
  padding: 19px 40px 28px 26px;
}

.popup__content-discount-list .title .h4,
.popup__content-promocode .title .h4{
  position: relative;
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
}

.popup__content-discount-list .title p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.popup__content-promocode .title p{
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.popup__content-discount-list .content {
  margin-top: 26px;
}

.popup__content-discount-list .content .item {
  position: relative;
  width: 100%;
  margin-top: 12px;
  padding: 15px 25px 14px 46px;
  background-color: #edf1f6;
  border-radius: 12px;
  cursor: pointer;
}

.popup__content-discount-list .content .item:first-child {
  margin-top: 0;
}

.popup__content-discount-list .content .item::before,
.popup__content-discount-list .content .item::after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 50%;
}

.popup__content-discount-list .content .item::before {
  width: 14px;
  height: 14px;
  top: 17px;
  left: 24px;
  background-color: #fff;
}

.popup__content-discount-list .content .item::after {
  opacity: 0;
  width: 8px;
  height: 8px;
  top: 20px;
  left: 27px;
  background-color: #EF896F;
  transition: opacity 0.15s ease;
}

.popup__content-discount-list .content .item.is-active::after {
  opacity: 1;
}

.popup__content-discount-list .content .item .sale {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  color: #EF896F;
  font-size: 14px;
  font-weight: bold;
}

.popup__content-promocode {
  margin-top: 10px;
}
.popup__content-promocode .title{
  margin-bottom: 24px;
}
.popup__content-promocode .input {
  position: relative;
  margin-bottom: 12px;
}

.popup__content-promocode .input input {
  position: relative;
  width: 100%;
  height: 62px;
  padding: 31px 16px 14px 24px;
  background-color: #edf1f6;
  border: 0.75px solid #edf1f6;
  border-radius: 7px;
  color: var(--grey);
  outline: none;
  transition: 0.15s all ease;
  -webkit-appearance: none;
}

.popup__content-promocode .input input::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 0;
}

.popup__content-promocode .input input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 0;
}

.popup__content-promocode .input input:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 0;
}

.popup__content-promocode .input input::-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 0;
}

.popup__content-promocode .input input::placeholder {
  color: #a3a3a3;
  opacity: 0;
  text-transform: none;
}
.popup__content-promocode .input input{
  padding-left: 60px;
  padding-top: 10px;
  text-transform: uppercase;
}

.popup__content-promocode .input input:hover {
  background-color: #e4ebf3;
  transition: 0.15s all ease;
}

.popup__content-promocode .input.focused input {
  padding-right: 50px;
  background-color: #fff;
  border-color: var(--text);
  color: #333;

  padding: 31px 16px 14px 24px;
}
.popup__content-promocode .input input:focus {
  padding-right: 50px;
  background-color: #fff;
  border-color: var(--text);
  color: #333;
}
.popup__content-promocode .input.focused.is-valid2 input {
  background-color: #edf1f6;
  border-color: #edf1f6;
}

.popup__content-promocode .input.focused input::-webkit-input-placeholder {
  opacity: 1;
}

.popup__content-promocode .input.focused input::-moz-placeholder {
  opacity: 1;
}

.popup__content-promocode .input.focused input:-ms-input-placeholder {
  opacity: 1;
}

.popup__content-promocode .input.focused input::-ms-input-placeholder {
  opacity: 1;
}

.popup__content-promocode .input.focused input::placeholder {
  opacity: 1;
}

.popup__content-promocode .input.error input {
  background-color: #fde6e4;
  border-color: #fde6e4;
}

.popup__content-promocode .input label {
  position: absolute;
  left: 60px;
  top: 20px;
  width: 100%;
  color: var(--grey);
}

.popup__content-promocode .input.focused > input ~ label{
  top: 11px;
  left: 46px;
  color: #333;
  font-size: 0.75em;
}

.popup__content-promocode .input::before {
  position: absolute;
  display: block;
  content: "";
  left: 24px;
  top: 19px;
  width: 25px;
  height: 23px;
  background-image: url("../images/pay_form/discount.svg");
  background-size: cover;
  z-index: 1;
}
.popup__content-promocode .input.focused::before {
  width: 16px;
  height: 15px;
  top: 11px;
  left: 24px;
  background-image: url("../images/pay_form/discount-xs.svg");
}

.popup__content-promocode  .input .err-wrapper {
  padding: 8px 0 0 25px;
  color: var(--error);
  font-size: 0.75em;
}

.popup__content-promocode  .input .valid {
  position: absolute;
  display: none;
  width: 13px;
  height: 11px;
  top: 26px;
  right: 23px;
}
.popup__content-promocode  .input.is-valid .valid{
  display: none !important;
}
.popup__content-promocode  .input.is-valid2 .valid{
  display: block !important;
}

.popup__content-promocode  .input.focused.is-valid2 .valid {
  display: block;
}
.popup__content-promocode  .input.show-p.focused input {
  background-color: transparent;
}
.popup__content-promocode  .input .placeholder {
  position: absolute;
  top: 28px;
  left: 50px;
  color: var(--grey);
  z-index: 0;
}

.popup__content-promocode  .input.focused.hide-p .placeholder {
  display: none;
}

.popup__content-promocode .btn {
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  margin-top: 45px;
}


/* Стили третьего экрана */
.popup_new_order .popup__content-mk-title {
  width: 100%;
  margin-bottom: 24px;
  padding: 9px 16px 16px;
  background-color: #fff;
  border-radius: 24px;
}

.popup_new_order .popup__content-mk-title .txt {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.popup_new_order .popup__content-mk-title-list {
  display: flex;
  justify-content: space-around;
}

.popup_new_order .popup__content-mk-title-list-item {
  width: 60px;
  font-weight: bold;
  text-align: center;
}

.popup_new_order .popup__content-mk-title-list-item p {
  display: flex;
  justify-content: center;
  margin: 5px 0 0;
}

.popup_new_order .popup__content-mk-title-list-item p img {
  width: auto;
  max-height: 16px;
  margin-right: 2px;
}

.popup_new_order .popup__content-right {
  position: sticky;
  min-height: 318px;
  height: 100%;
  padding: 14px 12px 65px;
}
@media (min-width: 992px) {
  .popup_new_order .popup__content-right{
    top: 0px;
  }
}


.popup_new_order .popup__content-right .btn {
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
}

.popup_new_order .popup__content-right .prev-btn {
  margin-top: 16px;
  background-color: #efefef;
}
.popup_new_order .popup__content-right .prev-btn:hover{
  background-color: #F8FAFD;
}

.popup_new_order .order_btns .prev-btn-pay{
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  padding: 12px 0;
  background-color: #efefef;
}
.popup_new_order .order_btns .prev-btn-pay:hover{
  background-color: #F8FAFD;
}

.popup_new_order .popup__content-right .next-btn:hover {
  /*background-color: var(--main);*/
}

.popup_new_order .popup__content-right .anno {
  margin: 11px 0 30px;
  color: #a3a3a3;
}
.popup_new_order .popup__content-right .cart {
  position: relative;
  display: block;
}

.popup_new_order .popup__content-right .cart-title {
  position: relative;
  
}

.popup_new_order .popup__content-right .cart-title::before,
.popup_new_order .popup__content-right .cart-total::before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a3a3a3;
}

.popup_new_order .popup__content-right .cart-title::before {
  margin-bottom: 20px;
}

.popup_new_order .popup__content-right .cart-title p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.popup_new_order .popup__content-right .cart-title p span {
  color: #a3a3a3;
  font-weight: 400;
}

.popup_new_order .popup__content-right .cart-title p span.empty {
  color: var(--green);
}

.popup_new_order .popup__content-right ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popup_new_order .popup__content-right ul .it_img{
  position: relative;
  width: 140px;
  min-width: 140px;
  border-radius: 16px;
  overflow: hidden;
}
.popup_new_order .popup__content-right ul .it_img:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.popup_new_order .popup__content-right ul .it_img img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.popup_new_order .popup__content-right ul .inf{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup_new_order .popup__content-right ul .inf .add{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_new_order .popup__content-right .cart-items {
  margin-left: 10px;
}

.popup_new_order .popup__content-right .cart-items::after {
  margin-top: 25px;
}

.popup_new_order .popup__content-right .cart-items-title {
  margin-top: 15px;
  text-transform: uppercase;
}
#anchor_start br{
  display: none;
}
.popup_new_order .popup__content-right .cart-items-line,
.popup_new_order .popup__content-right .cart-items-discount {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.popup_new_order .popup__content-right .cart-items-line span {
  font-weight: 500;
}

.popup_new_order .popup__content-right .cart-items-discount span {
  color: var(--error);
  font-weight: bold;
}

.popup_new_order .popup__content-right .cart-items-special-discount span {
  color: var(--green);
}
.popup_new_order .popup__content-right .cart-items-special-discount span.theme_red,
.popup_new_order .popup__content-right .cart-items-special-discount span.theme_red span{
  color: var(--error);
}

.popup_new_order .popup__content-right .cart-items-mk-discount {
  position: relative;
}

.popup_new_order .popup__content-right .cart-items-mk-discount span:first-child {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: normal;
}

.popup_new_order .popup__content-right .cart-items-mk-discount span:first-child::after {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 13px;
  right: -24px;
  top: -4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.popup_new_order .popup__content-right .cart-items-mk-discount .x1::after {
  background-image: url('../images/pay_form/1х-2.svg');
}
.popup_new_order .popup__content-right .cart-items-mk-discount .x2::after {
  background-image: url('../images/pay_form/2х-2.svg');
}
.popup_new_order .popup__content-right .cart-items-mk-discount .x3::after {
  background-image: url('../images/pay_form/3х.svg');
}
.popup_new_order .popup__content-right .cart-items-mk-discount .x4::after {
  background-image: url('../images/pay_form/4х.svg');
}

.popup_new_order .popup__content-right .cart-total {
  font-weight: bold;
}

.popup_new_order .popup__content-right .cart-total::before {
  margin-top: 20px;
}

.popup_new_order .popup__content-right .cart-total-txt {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 18px;
}

.popup_new_order .popup__content-right .cart-total-discount {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 10px;
  font-size: 16px;
}

.popup_new_order .popup__content-right .cart-total-discount span {
  color: var(--error);
}

.popup_new_order form#payment-form {
  margin: auto;
}
.popup_new_order form#payment-form .modal_title{
  color: var(--text);
  margin-bottom: 25px;
}
.popup_new_order form#payment-form .form_note{
  color: var(--grey);
  margin-bottom: 20px;
}

.popup_new_order form#payment-form .form_note img{
  float: left;
  margin-right: 7px;

}

.main_footer-pay_page {
  margin-top: 0;
  padding-top: 40px;
}

@media (max-width: 991.95px) {
  .popup_new_order .popup__content {
    flex-direction: column;
  }
  .popup_new_order .popup__content {
    /*max-width: 490px;*/
    max-width: 100%;
    margin: 40px auto 0;
  }
  .popup_new_order .popup__content-ticket {
    height: auto;
    flex-direction: row;
    border-radius: 24px;
    overflow: hidden;
  }
  .popup_new_order .popup__content-ticket-content .title {
    font-size: 24px;
  }
  .popup_new_order .popup__content-ticket-content .title.xs {
    font-size: 21px;
  }
  .popup_new_order .popup__content-right {
    width: 100% !important;
    margin: 25px 0;
  }
  .popup_new_order .popup__content-ticket-img_kosmo {
    height: 182px;
    background-color: #ffffff;
    overflow: hidden;
  }
  
  .popup_new_order .popup__content-ticket-img_kosmo:before {
    width: 165px;
  }
}
#cart_btn{
  display: none !important;
}
#popup__content-right_mobile{
  display: none;
}
#popup__content-right.popup{

}

.new_modal#new_modal .success_screen .txt .h4{
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: none;
  color: #222200;
  text-align: center;
}
#order-ok{
  width: 100%;
}
.popup_new_order .btn#order-ok:hover {
  background-color: rgba(249,104,0,0.85);
  color: #ffffff;
}
.new_modal#new_modal .success_screen .txt .descr{
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: none;
  color: #222222;
}

@media (min-width:1199.99px) and (max-width:1399.98px) {
  .bee_action .b_title {
    font-size: 36px;
  }
  .bee_action .b_descr{
    font-size: 14px;
  }
}

@media only screen and (max-width: 991.98px){
  #new_modal{
    min-width: 550px;
  }
  .new_modal.new{
    font-size: 14px;
  }
  .new_modal.new .bee_action{
    padding: 15px 20px;
  }
  .new_modal.new .bee_action .b_title {
    font-size: 27px;
  }
  .bee_action .b_descr ul li:before {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
  .bee_action .b_descr{
    font-size: 12px;
  }
  .bee_action .b_descr ul li {
    padding-left: 30px;
    min-height: 38px;
    padding-top: 3px;
  }
  .bee_action:before{
    width: 38%;
  }
}

@media only screen and (max-width: 767px) {
  #anchor_start br{
    display: block;
  }
  form {
    width: 80vw;
  }
  form#payment-form.back_card{
    padding: 40px 15px 95px 15px;
  }
  .payment-form-1 #payment-request-button{
    width: 100%;
    left: 0px;
  }
  .payment-form__pay-systems img {
    margin-right: 2%;
    max-width: 9%;
  }
  .payment-form-1 button#submit{
    margin-bottom: 25px;
  }
  .payment-form-1 #payment-request-button{
    width: 100%;
    left: 0px;
  }
  .payment-form-1 #ok_pay_bak{
    width: 100%;
    left: 0px;
  }
  form#payment-form.ok_card{
    padding: 0px 15px 45px 15px;
  }

  /*nps - общая форма*/
  .main_nps .nps_main .numb_wrap .numb {
    justify-content: flex-start;
    column-gap: 14px;
  }
  .main_nps .nps_main .numb_wrap .numb img{
    margin-bottom: 14px;
  }
  .main_nps .nps_main #new_modal {
    padding: 20px 15px 30px 15px;
  }
  .main_nps .nps_title_f{
    flex-direction: column-reverse;
  }
  .main_nps .nps_title_f>div{
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
  }

  .popup__content-discount-list .title .h4, .popup__content-promocode .title .h4{
    font-size: 18px;
    text-transform: none;
  }
  .popup_new_order .popup__content-ticket-img{
    min-width: 45%;
  }
  .popup_new_order .popup__content-ticket-content{
     padding: 7px 5px 8px 0;
  }
  .popup_new_order .price{
    margin: 15px 0 4px auto;
    line-height: 1.4;
  }
  .popup_new_order .popup__content-ticket-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10%;
    width: 80%;
    object-fit: cover;
    object-position: 100% 50%;
    border-radius: 10px 0px 0px 10px;
  }
  
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines.kosmos img{
    position: absolute;
    top: 0px;
    width: 90%;
    left: 5%;
  }

  .popup_new_order .popup__content-ticket-img.popup__content-ticket-img_kosmo img {
    left: auto;
    width: 100%;
  }
  .popup__title_l_block{
    font-size: 21px;
  }
  .popup_new_order .popup__content-combo-head{
    margin-bottom: 2px;
  }
  .popup_new_order .popup__content-combo-head::after{
    background-repeat: no-repeat;
    background-size: 100% 9px;
    bottom: -8px;
    height: 10px;
  }
  .popup_new_order .popup__content-combo-body::before{
    background-repeat: no-repeat;
    background-size: 100% 9px;
    top: -6px;
    height: 10px;
  }
  .main_footer{
    padding-bottom: 105px !important;
  }
  .mob_mk{
    display: none !important;
  }
  #popup__content-right_mobile{
    position: fixed;
    padding: 8px 9px;
    margin: 0px;
    top: auto;
    min-height: 0px;
    width: calc(100% - 105px);
    display: inline-flex;
    align-items: center;
    bottom: 15px;
    left: 15px;
    z-index: 1001;
    height: auto;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.26);
  }
  #popup__content-right_mobile .prev-btn{
    margin: 0px 10px 0px 0px;
    min-width: 100px;
    width: 40%;
  }
  #popup__content-right_mobile .next-btn{
    min-width: 140px;
    width: 60%;
  }
  #popup__content-right_mobile.hidden{
    display: none;
  }
  #cart_btn{
    display: block !important;
    position: fixed;
    border-radius: 50vh;
    bottom: 15px;
    right: 15px;
    width: 64px;
    height: 64px;
    background-color: var(--main);
    background-size: 39px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.26);
    background-image: url('../../images/svg/cart_icon.svg');
    z-index: 1001;
    transition: 0.2s;
  }
  #cart_btn:hover{
    background-color: #FDD85F;
  }
  #cart_btn .count{
    position: absolute;
    background-color: var(--error);
    right: -5px;
    top: -5px;
    border-radius: 50vh;
    color: rgb(255,255,255);
    font-size: 14px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup_new_order .popup__content-right .btn{
    padding: 12px 25px;
    min-width: 130px;
  }

  form#payment-form{
    width: 90vw;
    min-width: 290px;
    padding: 20px 23px;
  }
  #new_modal {
    width: 90vw;
    min-width: 290px;
    padding: 20px 23px;
  }
  .popup_new_order .popup__content-right{
    min-height: auto;
    padding: 20px 23px;
  }
  #popup__content-right.popup.active{
    display: block !important;
  }
  #popup__content-right.popup{
    position: fixed;
    display: none;
    z-index: 1001;
    padding-top: 75px;
    height: 100%;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    top: 0px;
    transform: none;
    margin: 0px;
  }
  #popup__content-right.popup .close{
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 31px;
    transition: 0.2s;
    cursor: pointer;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/icon_close.svg");
  }
  #popup__content-right.popup .close:hover{
    opacity: 0.8;
  }
  #popup__content-right.popup .btn.next-btn,
  #popup__content-right.popup .btn.prev-btn,
  #popup__content-right.popup .anno{
    display: none !important;
  }
  .popup_new_order .popup__content-right .cart-title::before{
    display: none !important;
  }
  .popup_new_order .order_btns .prev-btn-pay{

  }
}

@media (max-width: 500.95px) {
  .popup_new_order .price span {
    font-size: 21px;
  }
  .popup_new_order .price .sale{
    font-size: 17px;
  }

  .popup_new_order .popup__content-ticket {
    height: auto;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
  }
  .popup_new_order .popup__content-ticket.popup__content-mk-ticket{
    height: auto;
    flex-direction: column;
  }

  .popup_new_order .popup__content-ticket-img_kosmo {
    height: 160px;
    border-radius: 7px 0 0 7px;
  }

  .popup_new_order .popup__content-ticket-img_kosmo:before {
    width: 130px;
  }

  .popup_new_order .popup__content-ticket-img_kosmo img {
    height: 100%;
  }

  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.kosmos img{
    width: 100%;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines.kosmos img{
    position: relative;
  }
  .popup_new_order .popup__content-ticket-content .title {
    font-size: 18px;
  }
  .popup_new_order .popup__content-combo-head-info .title{
    font-size: 18px;
  }
  .popup_new_order .popup__content-ticket-content .title.d3{
    font-size: 16px;
  }
  .popup_new_order .popup__content-ticket-content .title.xs {
    font-size: 16px;
  }
  .popup_new_order .popup__content-ticket-end {
    width: 40px;
  }
  .popup_new_order .popup__content-ticket-end p {
    width: 40px;
    height: 176px;
    padding-left: 13px;
  }

  .popup_new_order .popup__content-combo-head-img {
    width: 110px;
  }

  .popup_new_order .popup__content-combo-head-img img {
    top: 5px;
    width: calc(100% + 50px);
    left: -55px;
  }

  .popup_new_order .popup__content-mk-title .txt {
    font-size: 18px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img .play-btn {
    width: 110px;
    background-position: 10px 7px;
    border-radius: 50vh;
  }
}

@media (max-width: 410.95px) {
  .popup_new_order .popup__content-ticket-content .title {
    font-size: 16px;
  }
  .popup_new_order .popup__content-combo-head-info .title{
    font-size: 16px;
  }
  .popup_new_order .popup__content-ticket-content .title.d3{
    font-size: 14px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.lines.kosmos img{
    position: absolute;
    top: 0px;
    width: 80%;
    left: 10%;
  }
  .popup_new_order .popup__content-ticket-img img{
    object-fit: cover;
    object-position: 100% 50%;
    left: 10%;
    width: 80%;
  }
  .popup_new_order .popup__content-ticket-img_kosmo:before {
    width: 110px;
  }
  .popup_new_order .popup__content-mk-ticket .popup__content-ticket-img.kosmos img{
    width: 95%;
  }
  .popup_new_order .popup__content-ticket-content .title.xs {
    font-size: 13px;
  }
  .popup_new_order .popup__content-ticket-end p {
    height: 160px;
  }
  .popup_new_order .popup__content-combo-head-img {
    width: 90px;
  }
  .popup_new_order .popup__content-combo-head-info {
    margin-left: -12px;
  }
  .popup_new_order .popup__content-combo-head-info .anno {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .popup_new_order .popup__content-right .btn{
    padding: 12px 15px;
  }
  #popup__content-right_mobile .prev-btn{
    min-width: 80px;
  }
  #popup__content-right_mobile .next-btn{
    min-width: 110px;
  }
}

.popup_new_order .input .placeholder {
  top: 30px;
}

/* LT MODIFICATOR */
.popup_new_order .popup__step-item.popup__step-item_5::before {
  left: 30px;
}

.popup_new_order .popup__step-item.popup__step-item_5::after {
  left: 26px;
}

.popup_new_order.lt .popup__content-ticket-content .title {
  font-size: 19px;
}

.popup_new_order.lt .popup__content-ticket-content .old {
  width: 112px;
  justify-content: flex-start;
}

.popup_new_order .popup__content-ticket-content .old img {
  margin-right: 5px;
}

.popup_new_order.lt .popup__content-combo-body .choose-ticket.mk-ticket .info-icon, 
.popup_new_order.lt .popup__content-combo-body .choose-ticket.mk-ticket .info-txt {
  left: 195px;
}

.popup_new_order.lt .popup__content-mk-ticket .popup__content-ticket-img .play-btn {
  width: 170px;
}

@media (max-width: 410.95px) {
  .popup_new_order.lt .popup__content-ticket-content .title {
    font-size: 12px;
  }

  .popup_new_order.lt .popup__content-ticket-end p {
    font-size: 14px;
  }
}