/* Code tidied up by ScrapBook */
.block_form_label,
.ifr_button {
  display: block;
  text-align: center;
}
.order_form {
  padding: 0px 20px;
  border-radius: 5px;
}

.iframe {
  width: 100%;
  height: auto;
  background: rgba(1, 210, 248, 0.19) none repeat scroll 0% 0%;
  border: 2px solid rgb(80, 60, 80);
  box-sizing: border-box;
}

.form-font {
  font-size: 30px;
  text-shadow: 0px 0px 1px rgb(103, 134, 77);
  line-height: 42px;
}

.order_form {
  margin: 0px;
  font-family: Arial, Helvetica;
}

.block_form {
  margin: 0px 0px 12px;
}

.block_form_label {
  font-size: 14px;
  color: rgb(51, 51, 51);
  float: left;
  width: 98%;
  margin: 0px auto;
}

.block_form input {
  display: block;
  width: 90%;
  padding: 8px 10px;
  border: 1px solid rgb(136, 136, 136);
  font-size: 15px;
  border-radius: 5px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

input {
  outline: 0px none;
}

.ifr_button {
  font-family: calibri, roboto, arial;
  font-size: 20px;
  font-weight: 600 ! important;
  letter-spacing: 1.4px;
  text-decoration: none;
  cursor: pointer;
  height: auto;
  min-height: 40px;
  margin: 25px auto;
  padding: 0px 40px;
  color: rgb(255, 255, 255);
  background: rgb(52, 157, 238) none repeat scroll 0% 0%;
  transition: all 0.2s linear 0s;
  border: 1px solid transparent;
  border-radius: 30px;
}

.ifr_button:hover {
  box-shadow: 0px 0px 0px 2px rgb(0, 140, 210) inset, 0px 0px 0px 4px rgb(255, 255, 255) inset;
}

@media (max-width: 759px) {
  .iframe {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }

  .form-font {
    font-size: 29px;
  }

  .ifr_button {
    margin: 31px auto;
  }

  h1 {
    font-size: 32px;
  }
}

.rub-ramka {
  margin-top: 18px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04) none repeat scroll 0% 0%;
  padding: 15px 10px 0px ! important;
  color: rgb(8, 8, 8);
  font-size: 18px;
  font-family: roboto condensed, arial;
  border: 2px solid rgb(189, 61, 77);
  border-radius: 4px;
  text-shadow: 0px 0px 0px rgb(97, 97, 97);
  text-indent: 0px ! important;
  text-align: left;
}

.form {
  background-color: #fff;
  height: auto;
}

.form__bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
background-color: #fff;
border-radius: 0 0 3px 3px;
}

.form__name__field, .form__tel__field {
padding-left: 55px;
padding-top: 18px;
padding-bottom: 22px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 32px;
border: 1px solid #eae9e9;
background-color: #f4f4f4;
width: 300px;
outline: 0;
font-size: 16px;
font-weight: 400;
color: #666;
line-height: 18px;
}
.form__name {
position: relative;
margin-top: 20px;
}

.form__name::before {
position: absolute;
content: '';
width: 22px;
height: 23px;
background-image: url("user-icon.svg");
background-repeat: no-repeat;
top: 18px;
left: 24px;
}

.form__tel {
position: relative;
margin-top: 15px;
}
.form__tel::before {
position: absolute;
content: '';
width: 21px;
height: 24px;
background-image: url("telefon-icon.svg");
background-repeat: no-repeat;
top: 20px;
left: 27px;
}

#boxesContainer {
max-width: 700px;
margin: 0 auto;
width: 100%;
}

 .delivery {
  font-size:15px;
  line-height:1.4;
  margin-bottom:5px;
  position:relative;
  border-radius:20px;
  display:inline-block;
  padding:4px 12px 4px 35px;
  border:1px solid #ECECEC;
}

.delivery:after {
  top:50%;
  left:10px;
  content:"";
  width:20px;
  height:20px;
  margin-top:-11px;
  position:absolute;
  background:url("np-ic.svg") no-repeat top center / contain;
}