.cerere_bg {
  min-width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  z-index: 999;
  display: none;
  overflow: auto;
  bottom: 0px;
}

.cerere_container {
  padding: 50px;
  border-radius: 20px;
  background: white;
  z-index: 20;
  bottom: 30px;
  box-shadow: 0px 0px 60px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 750px;
  display: block;
  position: relative;
  margin: 70px auto;


  width: 1000px;
  max-width: none;
  padding-left: 550px;
  box-sizing: border-box;
  overflow: hidden;
}

.cerere_container::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(/images/promo_com_bg1.jpg);
  background-size: cover;
  background-position: center;
}

.close {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  box-sizing: border-box;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition-duration: 0.25s;
}

.close_rotate {
  transform: rotate(45deg);
}

.close::after, .close::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  transform: rotate(45deg);
  background: black;
  margin: calc(50% - 1px) 0% 0% 20%; /*  calc(50% - 1/2*height) 0% 0% calc((100%-width)/2)  */
}

.close::before {
  transform: rotate(-45deg);
  position: absolute;
}

.close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.cerere_head {
  color: #232e80;
  font-weight: 400;
  font-size: 30px;
  margin: 0px auto;
  margin-bottom: 10px;
  line-height: 1;
  max-width: 90%;
  display: none;
}

.cerere_sub_head {
  font-size: 14px;
  color: black;
  font-family: 'PFHighwaySansPro-Light';
  width: 100%;
  margin: 0 auto 30px auto;
  display: none;
}

.cerere_form input, .cerere_form select, .cerere_form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 10px auto;
  padding: 15px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
}

.cerere_submit[type=submit] {
  display: inline-table;
    width: auto;
    padding: 7px 20px;
    border-radius: 999px;
    margin-bottom: 40px;
    background-color: #232e80;
    font-family: 'PFHighwaySansPro-Light';
}

.cerere_disclime {
  font-size: 13px;
  color: #999999;
  font-family: 'PFHighwaySansPro-Light';
  width: 100%;
  margin: 0 auto;
  margin-bottom: -20px;
}

.cerere_submit {
  background: #2483c5;
  color: white;
  border-width: 0px !important;
  border-style: solid;
  cursor: pointer;
}

input:focus, select:focus, textarea:focus {
    outline-width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.serv_label img {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 3px;
  cursor: pointer;
  width: 100%;

}

.label_text {
  font-weight: bold;
  margin: 5px 0px 23px 0px;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  color: #525252;
}

.label_holder {
  display: inline-block;
  margin: 20px 3px 0px 3px;
  width: 12%;
  display: inline-block;
  vertical-align: top;
}

.check_ru .label_text {
    font-size: 11px;
}

.cerere_container .pack_icon {
  display: none;
}

.cerere_container .pack_info {
  width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 15px;
    font-weight: bold;

}

.cerere_container .pack_info_desc {
    font-size: 19px;
    color: #6b6b6b;
  }

.cerere_container .pack_price1 {
  font-size: 34px;
  font-family: 'PFHighwaySansPro-Medium';
  padding: 0 10px;
}

.cerere_container .pack_price2 {
  font-size: 25px;
}

.cerere_container .pack_price2 {
  margin-top: -10px;
  padding: 0 10px;
}

.cerere_container .packs {
  margin-top: 40px;
}

.selected {
  display: none;
  padding: 5px 20px;
  color: white;
  background: #2483c5;
  border-radius: 99px;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: -50px;
}

.selected_active {
  display: table;
}



.cerere_container .pack_items {
  margin-bottom: 70px;
}

.active_block .pack_block {
  border: 5px solid #2483c5;
  box-sizing: border-box;
}

.active_block .pack_price2 {
  margin-top: -14px;
}

.serv_check {
  width: auto !important;
  margin: 0px !important;
  display: none !important;
}

label {
  cursor: pointer;
}

.close_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.cerere_container .pack_item {
  cursor: pointer;
}

.cerere_container .pack_title {
  font-size: 25px;
}


/*
.cerere_container .pack_item:hover {
  box-sizing: border-box;
  border-radius: 20px;
  background: rgb(237, 237, 237);
  cursor: pointer;
}*/

.cerere_container .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.calc_info {
  display: none;
  max-width: 450px;
  margin: 0 auto 10px auto;
  padding: 15px 20px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #232e80;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;

  color: #333333;
  position: relative;
}

.calc_info .info {
  padding: 10px;
  padding-left: 0px;
  background-color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px auto;
  color: #232e80;
}

.info_holder {
  text-align: left;
  font-family: 'PFHighwaySansPro-Regular';
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 3px;
}






/***********************************************/

@media (max-width:1410px) {

  .comanda_acum {
    right: 30px;
  }

}

@media (max-width:1200px) {

  .comanda_acum {
    right: 30px;
  }

}


@media (max-width:1024px) {
  .cerere_container {
    width: auto;
    padding-left: 50px;
    max-width: 600px;
  }
  .cerere_container::after {
    display: none;
  }
}

@media (max-width:910px) {

  .cerere_container {
    padding: 25px;
  }

  .comanda_acum {
    width: 100px;
    height: 100px;
    right: 0px;
  }

  .comanda_circle {
  left: 5px;
  top: 5px;
  width: 80px;
  height: 80px;
  font-size: 12px;
}

.comanda_circle img {
  width: 50px;
  margin-top: 4px;
}

}

@media (max-width:768px) {
  .br_hide {
    display: none;
  }

  .cerere_container .pack_infos {
    width: 100%;
  }

  .cerere_container .pack_info {
    width: 50%;
    display: inline-block;
  }

  .selected_active {
    margin-bottom: 20px;
  }
}



@media (max-width:650px) {

  .cerere_container .close {
    right: 20px;
    top: 20px;
  }

  .cerere_container {
    left: auto;
  }


@media (max-width:425px) {

  .cerere_container {
    padding: 50px 5px 20px 5px;
    bottom: 0px;
  }

  .cerere_container .close {
    z-index: 9;
    top: 9px;
  }

}
