@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 40%;
}
a.btn {
  width: 200px;
  padding: 18px 0;

}
.modal-wrapper-zamer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrapper-zamer.open {
  opacity: 1;
  visibility: visible;
}
.modal {
  width: 800px;
  height: 333px;
  display: block;
  margin: 30% 0 0 -400px;
  position: relative;
  top: 50%; 
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fafafa;
}
.modal-wrapper-zamer.open .modal {
  margin-top: -200px;
  opacity: 1;
}
.modal-wrapper-raschet {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrapper-raschet.open {
  opacity: 1;
  visibility: visible;
}

.modal-wrapper-raschet.open .modal {
  margin-top: -200px;
  opacity: 1;
}
.modal .content .close {
	position: absolute;
    right: 0;
    border: none;
    font-size: 20px;
  background: none;
}
.head{
  width: 100%;
  height: 100%;
  margin: 0 0 14px;
  padding: 5px 30px;
  overflow: hidden;
  position: absolute;
}
.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}
.modal-wrapper-zamer .modal .content {
    background-image: url(img/zamer4.png);
    background-repeat: no-repeat;
    background-position: center;
  height: 100%;
  padding: 0 0 20px 0;
}
.modal-wrapper-raschet .modal .content {
    background-image: url(img/zamer5.png);
    background-repeat: no-repeat;
    background-position: center;
  height: 100%;
  padding: 0 0 20px 0;
}
.good-job {
    width: 38%;
  text-align: center;
  font-family: 'Montserrat', Arial,       Helvetica, sans-serif;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}
.form_modal_window-zamer{
  max-width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.form_modal_window-raschet{
  max-width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.modal .content .text{
  background: url("../Bright-Purple-Wallpaper-59-images.jpg");
  color: #000;
  padding: 10px;
  margin: 20px 0;
}
.modal .content .text h2{
  margin:0;
  font-size: 35px;
}
.modal .content .text p{
  margin:0;
  font-size: 14px;
}
.modal-wrapper-zamer{
  margin: 0 0 20px 0;
}
.modal-wrapper-raschet{
  margin: 0 0 20px 0;
}
.modal .content form input {
  color: #000;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
  box-shadow: 0px 1px 3px 1px #e9e9e9;
  font-size: 15px;
}
.modal .content form input[type=submit]{
  padding: 10px 40px;
  max-width: 200px;
  margin: auto;
  border-radius: 54px;
  color: #fff;
  background: #f7b231;
  background: -moz-linear-gradient(top, #bbdfff 0%, #695dff 100%;)
  background: -webkit-linear-gradient(top, #bbdfff 0%, #695dff 100%);
  background: linear-gradient(to bottom, #bbdfff 0%, #695dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-yellow', endColorstr='$color-pink', GradientType=0);
  font-size: 15px;
  text-shadow: 0px 0px 6px #e54242;
  display: inline-block;
  border: none;
  outline: none;
}
#erconts {
padding: 0 10px;
}