body, div, h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif; }

b {
  font-weight: 800; }

em {
  font-style: italic; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

button, a {
  outline: 0; }

button {
  border: 1px solid;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background: #ca1725;
  /*background-image:linear-gradient(to bottom, #a5a5a5, #333 15%, #333 85%, #272727);*/
  font-size: 13px;
  font-family: 'Oswald';
  padding: 6px 30px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  /*
  &.red{
  	&:hover{
  		background-image:linear-gradient(to bottom, #e9999c, #cd171e 15%, #cd171e 85%, #9e1217);
  	}
  }
  &.green{
  	&:hover{
  		background-image:linear-gradient(to bottom, #8fd3bb, #009a65 15%, #009a65 85%, #8fd3bb);
  	}
  }
  */ }
  button.disabled {
    background-image: linear-gradient(to bottom, #c7c7c7, #808080 15%, #808080 85%, #626262);
    pointer-events: none; }

.popup3-buttons {
  position: absolute;
  width: 349px;
  height: 36px;
  color: white;
  text-align: center;
  line-height: 32px; }
  .popup3-buttons .submit-btn {
    position: relative;
    width: 110px;
    height: 100%;
    background-color: #cb1725;
    box-sizing: border-box;
    border: 1px solid white;
    margin-left: 96px;
    margin-right: 11px;
    float: left;
    box-shadow: 2px 1px 4px #666;
    cursor: pointer; }
  .popup3-buttons .all-good-btn {
    position: relative;
    width: 110px;
    height: 100%;
    background-color: #cb1725;
    box-sizing: border-box;
    border: 1px solid white;
    float: left;
    box-shadow: 2px 1px 4px #666;
    cursor: pointer; }

.bottom-page-tear:after {
  content: '';
  display: block;
  width: 100%;
  height: 160px;
  background-image: url(../../core/img/bottom-tear.png);
  background-position: center bottom;
  background-size: cover;
  bottom: 0px;
  position: absolute;
  z-index: 0; }

/*# sourceMappingURL=global.css.map */
