input {
  text-indent: 7px;
}

select::-ms-expand {
  display: none;
}
select {
  background-image: url(../img/sel.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none!important;
}
#modal_close {
  position: absolute;
  top: 10px;
  right: 13px;

  display: block;
  width: 30px;
  height: 30px;

  font-size: 35px;
  font-family: tahoma;

  cursor: pointer;
}

#modal_form {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 5;
  /* margin-left: -150px; */

  display: none;
  width: 80%;
  height: 50%;
  /* margin-top: -150px; */
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;

  text-align: center;
  /* border: 3px #000 solid; */

  background: #ffffff;
  border-radius: 5px;
  opacity: 0;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */


#modal_form p {
  font-size: 20px;
}

#overlay {
  position: fixed; /* всегдa перекрывaет весь сaйт */
  top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  z-index: 3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */

  display: none; /* в oбычнoм сoстoянии её нет) */
  width: 100%;
  height: 95%; /* рaзмерoм вo весь экрaн */

  background-color: #000000; /* чернaя */
  cursor: pointer;
       opacity: 0.8; /* нo немнoгo прoзрaчнa */
  filter: alpha(opacity=80);

  -moz-opacity: 0.6; /* фикс прозрачности для старых браузеров */
}
.rub-ramka {
  display: block;
  max-width: 880px;
  margin: 20px auto;
  padding: 12px 15px!important;

  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  font-family: roboto condensed, arial;
  text-align: left;
  color: rgb(8, 8, 8);
  text-indent: 0!important;

  background: rgba(189, 61, 77, 0.04);
  border: 2px solid;
  border-color: #bd3d4d;
  border-radius: 4px;
}

.head-form {
  font-weight: bold;
}
.rub-ramka-varning {
  font-weight: 500;
  color: rgb(226, 36, 60);
}
.rub-ramka-varning-2 {
  font-weight: 500;
  color: rgb(226, 36, 60);
}
.title-my {
  max-width: 880px;
  margin: auto;
  margin-bottom: 0.3em;
  padding: 0 10px;

  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
  font-family: "PT Serif";
  text-align: center;
  color: rgb(51, 51, 51);
}
.link-bio {
  font-weight: 600;
  color: rgb(255, 31, 59);
  text-decoration: none;

  border-bottom: 1px dashed;
}
.frame-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.row-form {
  font-family: Helvetica, sans-serif;
  text-align: center;
}

.order {
  max-width: 570px;
  margin: 25px auto;
  padding: 0 0;

  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 10px 1px #ebebeb;
}


.col-md-12 {
  display: block;
  width: 100%;
}

.col-md-12 input {
  box-sizing: border-box;
  width: 80%;
  height: 58px;
  margin-bottom: 15px;
  padding: 8px 10px 8px 40px;

  font-size: 17px;
  color: #757575;

  border: 1px solid #cccccc;
  border-radius: 14px;
  outline: none;
}
.col-md-12 select {
  box-sizing: border-box;
  width: 80%;
  height: 58px;
  margin-bottom: 15px;
  padding: 8px 10px 8px 45px;

  font-size: 17px;
  color: #757575;

  border: 1px solid #cccccc;
  border-radius: 14px;
  outline: none;
}

.order button {
  width: 90%;
  padding: 20px 0;

  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  text-transform: none;

  background-color: #0c3492;
  border: none;
  -moz-border-radius: 21px;
       border-radius: 21px;
  outline: none;
  cursor: pointer;

  transition: opacity 0.2s ease-out;

   -ms-border-radius: 21px;
    -o-border-radius: 21px;
}

.order h2,
.order h3 {
  color: #ffffff;

  background: #e31c23;
}

.order h3 {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 3px;

  font-size: 22px;
  line-height: 29px;
  text-shadow: 0 1px 2px #000000;

  border-bottom: 1px solid #cccccc;
}

.head-form {
  padding: 10px 0 0;

  font-size: 24px;

  background: #e31c23;
  border-radius: 10px 10px 0 0;
}

.head-form img {
  width: 100%;
  margin-bottom: -10px;
}

.order h2 {
  margin: 0;
  padding-top: 8px;

  font-size: 17px;
}

.head-form span {
  display: inline-block;
  margin: 8px 0 -8px 0;
  padding: 8px;

  line-height: 33px;
  color: #ffffff;
}

.head-form span img {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

.date,
.price {
  float: left;
  width: 50%;
  padding: 5px 0;

  text-align: center;
}

.date {
  margin-top: 14px;

  font-size: 18px;
  line-height: 26px;
  color: #434343;

  background: #ebebeb;
  border-radius: 12px 0 0 12px;
}

.price {
  min-height: 48px;
  padding: 7px 0;

  color: #ffffff;

  background: #0c3492;
  border-radius: 0 12px 12px 0;
}

.new-price {
  display: inline-block;
  margin-left: 10px;

  font-size: 36px;
}

.old-price {
  display: inline-block;
  margin-top: 14px;

  font-size: 19px;
  vertical-align: top;
  text-decoration: line-through;
}

.discount {
  display: inline-block;
  width: 90%;
  height: 100%;
  margin: 25px 0;

  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 13px;
}

.name,
.phone {
  position: relative;

  padding: 0;

  background: no-repeat;
  border: none;
}

.name input {
  background: url(../img/name.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
}

.phone input {
  background: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
}

button img {
  display: inline-block;
  margin-bottom: -3px;

  vertical-align: baseline;
}

.under-button {
  display: block;
  width: 90%;
  margin: 15px auto;

  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: #818181;
}

.under-button i {
  font-style: normal;
  color: red;
}

.footer {
  padding: 20px 25px;

  font-weight: 600;
  font-size: 23px;
  text-align: center;

  background: #ebebeb;
  border-radius: 0 0 15px 15px;
}

.footer span {
  display: inline-block;
  width: 32px;
  height: 32px;

  line-height: 32px;
  text-align: center;
  color: #ffffff;

  background: #e31c23;
  border-radius: 5px;
}

.lead-footer-block {
  border: none!important;
}

@media(max-width: 767px) {
  .date,
  .price {
    float: none;
    width: 100%;

    border-radius: 12px;
  }
  .date br {
    display: none;
  }
  .discount {
    border: none;
  }
  .date {
    border-radius: 12px 12px 0 0;
  }
  .price {
    border-radius: 0 0 12px 12px;
  }
  .order button {
    font-size: 21px;
  }
  button img {
    display: inline-block;
    margin-bottom: -5px;
  }
  .footer {
    text-align: center;
  }
}

.discount strong {
  display: block;
  margin-top: 21px;

  font-size: 28px;
}
