body.modal_mode {
  overflow: hidden !important;
}

.swal2-html-container {
  text-align: left !important;
  margin-top: 40px;
}

.swal2-styled.swal2-confirm {
  background-color: #000 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5) !important;
}

#order_form {
  background-color: rgba(34, 34, 34, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 200;
}
#order_form .th {
  display: none;
}
#order_form #id_order {
  color: #0b413b;
  font-weight: bold;
}
#order_form .cmb {
  width: 1400px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
}
#order_form .mainw {
  gap: 12px;
  justify-content: center;
}
#order_form .mainw .el {
  width: calc(50% - 6px);
}
#order_form .bra {
  border-radius: 38px;
  padding: 38px 40px;
}
#order_form .rb {
  background-color: #0b413b;
}
#order_form .wb {
  background-color: #fff;
}
#order_form .bb {
  background-color: #1e1e1e;
}
#order_form .main_b {
  position: relative;
}
#order_form .close_x {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 35px;
  top: 25px;
  background: url("../images/close.svg") no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}
#order_form .close_x:hover {
  filter: brightness(0.4);
}
#order_form .a_pri {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dotted;
}
#order_form #zdesc,
#order_form .desc {
  font-size: 18px;
  color: #000;
  margin-top: 28px;
}
#order_form #zdesc p,
#order_form .desc p {
  margin-bottom: 13px;
}
#order_form #zdesc p:last-child,
#order_form .desc p:last-child {
  margin-bottom: 0;
}
#order_form .zform input,
#order_form .zform textarea {
  border: 2px solid #000;
  background-color: #fff;
  color: #999;
  border-radius: 16px;
  font-family: "Helvetica", sans-serif;
}
#order_form .zform textarea::-moz-placeholder {
  color: #343434;
}
#order_form .zform textarea::placeholder {
  color: #343434;
}
#order_form .zform textarea {
  height: 130px;
}
#order_form .placeholder-container {
  margin-bottom: 14px;
}
#order_form .placeholder-container input:not(:-moz-placeholder-shown) + label {
  background-color: #fff;
  padding: 2px 10px;
  color: #000;
  border-radius: 50px;
  top: -12px;
}
#order_form .placeholder-container input:focus + label,
#order_form .placeholder-container input:not(:placeholder-shown) + label {
  background-color: #fff;
  padding: 2px 10px;
  color: #000;
  border-radius: 50px;
  top: -12px;
}
#order_form .polic {
  max-width: 315px;
  margin-left: auto;
  font-size: 12px;
  color: #999;
  margin-bottom: 36px;
}
#order_form .check_dec {
  margin-left: auto;
  background: #1e1e1e url("../images/check_w.svg") no-repeat center center;
  background-size: 20px auto;
  margin-right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  position: relative;
}
#order_form .m11 {
  margin-top: 11px;
}
#order_form .button_w_o,
#order_form .but {
  background-color: #0b413b;
  color: #fff;
  padding: 12px 38px;
  text-transform: uppercase;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
#order_form .button_w_o:hover,
#order_form .but:hover {
  background-color: #000;
  color: #fff;
}
#order_form .buts {
  gap: 25px;
  margin-top: 28px;
}
#order_form .buts .but {
  padding: 12px 18px;
}
#order_form .but.bg_w {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#order_form .but.bg_w:hover {
  background-color: #0b413b;
  color: #fff;
}
#order_form .days {
  display: flex;
  gap: 15px;
  font-weight: bold;
  align-items: flex-end;
}
#order_form .days .v_ship {
  font-family: "Blender Pro";
  font-size: 90px;
  line-height: 0.6;
}
#order_form .days .v_ship_txt {
  font-size: 30px;
  line-height: 1;
}
#order_form .bday.v2 {
  align-items: center;
}
#order_form .bday.v2 img {
  min-width: 70px;
}
#order_form .bday .flexb {
  padding: 15px 0 5px;
}
#order_form .bday .txt {
  max-width: 300px;
  font-size: 18px;
}
#order_form .e2 {
  display: flex;
  flex-direction: column;
}
#order_form .ship_info {
  flex-grow: 1;
}
#order_form .sale {
  display: flex;
  align-items: stretch;
}
#order_form .sale .sale_b {
  font-family: "Blender Pro";
  font-size: 90px;
  line-height: 0.6;
  padding: 100px 64px 70px 50px;
  background-color: #0b413b;
  border-radius: 38px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  min-width: 45%;
}
#order_form .sale .bg {
  flex-grow: 1;
  background: url("../images/def.jpg") no-repeat center center;
  filter: grayscale(100%);
  background-size: cover !important;
  margin-left: -36px;
  border-radius: 0 38px 38px 0;
}
#order_form .inf .zag {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
#order_form .inf .zag .l {
  color: #fff;
  padding: 5px 12px 4px 45px;
  background-color: #000;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Blender Pro";
}
#order_form .inf .zag .t {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
#order_form .th {
  max-width: 1200px;
}
#order_form .th .el.e1 {
  width: calc(60% - 6px);
  display: flex;
  flex-direction: column;
}
#order_form .th .el.e1 .main_b {
  flex-grow: 1;
}
#order_form .th .el.e2 {
  width: calc(40% - 6px);
}
#order_form .video_b {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#order_form .video_div {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#order_form .video_div.active::before {
  width: 120px;
  height: 120px;
  background-size: 40% !important;
  background: url("../images/play.svg") no-repeat center center;
}
#order_form .video_div.active:hover::before {
  background: #fff url("../images/play_b.svg") no-repeat center center;
  border: 2px #fff solid;
  background-size: 40% !important;
}
#order_form .main_b .oldp {
  display: inline-block;
  font-size: 18px !important;
  margin-right: 4px;
}
#order_form .promo_line {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
#order_form .promo_line .r {
  color: #0b413b;
}
#order_form .promo_line .sale_promo {
  display: none;
}
#order_form .promo_line .placeholder-container {
  width: 220px;
  margin-bottom: 0;
}
#order_form .promo_line .placeholder-container input {
  margin-bottom: 0;
}
#order_form .promo_line .checkbox_uni {
  padding: 13px 18px;
  display: block;
  width: 90px;
  box-sizing: border-box;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  height: 47px;
}
#order_form .promo_line .checkbox_uni:before {
  display: block;
  content: "";
  border-radius: 50px;
  background-color: #c2c2c2;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  transition: all 0.3s;
}
#order_form .promo_line .checkbox_uni.active:before {
  background-color: #111;
  left: 49px;
}
@media screen and (max-width: 1050px) {
  #order_form .bday .txt,
  #order_form .desc,
  #order_form #zdesc,
  #order_form p {
    font-size: 14px !important;
  }
  #order_form .days .v_ship {
    font-size: 58px;
  }
  #order_form .days .v_ship_txt {
    font-size: 20px;
  }
  #order_form .bday .betw {
    gap: 30px;
  }
  #order_form .bra {
    border-radius: 18px;
    padding: 16px 20px;
  }
  #order_form .sale .sale_b {
    border-radius: 18px;
    font-size: 58px;
    padding: 50px 32px 35px 25px;
  }
  #order_form .sale .bg {
    margin-left: -18px;
    border-radius: 0 18px 18px 0;
  }
  #order_form .video_div.active::before {
    width: 80px;
    height: 80px;
    background: url("../images/play.svg") no-repeat center right 11px;
    background-size: 45px;
  }
  #order_form .promo_line .placeholder-container {
    width: 160px;
  }
  #order_form .promo_line .checkbox_uni {
    width: 70px;
  }
  #order_form .promo_line .checkbox_uni:before {
    width: 28px;
    height: 28px;
  }
  #order_form .promo_line .checkbox_uni.active:before {
    left: 30px;
  }
}
@media screen and (max-width: 700px) {
  #order_form .mainw {
    flex-direction: column;
  }
  #order_form .mainw .el {
    width: 100% !important;
  }
  #order_form .sale .sale_b {
    min-width: 75%;
  }
  #order_form .button_w_o,
  #order_form .but {
    padding: 12px 20px;
  }
  #order_form .inf .zag .l {
    padding-right: 30px;
  }
  #order_form .inf .zag {
    gap: 15px;
  }
  #order_form .main_b {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  #order_form .ship_info,
  #order_form .video_b {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  #order_form .sale .sale_b {
    min-width: 45%;
  }
}
