.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.success {
    margin-bottom: 0px;
}




.remodal-wrapper {
  padding: 10px;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2f2f2f;
  background: #ffffff;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

}

.remodalBorder {
    width: 100%;
    padding: 50px;
}





.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;

  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}






.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;

  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.);
    transform: scale(1.);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.mainButton{
  padding: 10px 25px;
  background: #e57373;
  border-radius: 19px;
  box-shadow: 0 0 5px rgba(206, 57, 57, 0.5);
  color: #fff;
  text-decoration: none;
  font: bold 16px 'Roboto', sans-serif;
}

.success, .fail{
  color: #fff;
}

input.btn {
    background: rgba(252,185,2,1);
    background: -moz-linear-gradient(top, rgba(252,185,2,1) 0%, rgba(249,85,15,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,185,2,1)), color-stop(100%, rgba(249,85,15,1)));
    background: -webkit-linear-gradient(top, rgba(252,185,2,1) 0%, rgba(249,85,15,1) 100%);
    background: -o-linear-gradient(top, rgba(252,185,2,1) 0%, rgba(249,85,15,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,185,2,1) 0%, rgba(249,85,15,1) 100%);
    background: linear-gradient(to bottom, rgba(252,185,2,1) 0%, rgba(249,85,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb902', endColorstr='#f9550f', GradientType=0 );
    width: 166px;
    height: 51px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: 'Muller Light';
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
    margin-top: 12px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 16px;
    outline: none;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


input.btn:hover {
    opacity: .5;
    text-decoration: none;
}

input.btn:focus {
    outline: none !important;
    color: #fff !important;
}

input.mail-footer {
    width: 100%;
    height: 43px;
    font-family: 'Muller Light';
    padding-left: 10px;
    margin-bottom: 18px;
    padding-top: 4px;
    outline: none;
}

input.mail-footer:hover, input.mail-footer:focus  {
    outline: none;
}

textarea.textarea-one {
    width: 100%;
    height: 100px;
    font-family: 'Muller Light';
    padding-left: 10px;
    padding-top: 10px;
}

#modal1Title {
    font-size: 36px;
    color: #fff;
    font-family: 'Clio C Bold';
    text-transform: uppercase;
}

.putName, .putPhone{
  width: 210px;
  padding: 0 15px;
  height: 40px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 2px;
  border:none;
  outline: none;
}

.btn{
  width: 242px;
  height: 42px;
  background: #e57373;
  margin-bottom: 15px;
  border-radius: 2px;
  border:none;
  outline: none;
  color: #fff;
  cursor: pointer;
}

.btn:hover{
  background: #C94141;
}

@media only screen and (min-width: 520px) {
  .remodal {
    max-width: 500px;
  }
}

@media only screen and (max-width: 519px) {
  .remodal {
    max-width: 100%;
  }
  .putName, .putPhone{
    width: 90%;
    height: 80px;
    font-size: 22px;
  }
  .btn{
    width: 96%;
    height: 82px;
    font-size: 22px;
  }
  #modal1Title{
    font-size: 24px;
  }
}



.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 420px;
}