body {
  background: url("../img/background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh; }
  body::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -1; }

@font-face {
  font-family: 'brand';
  src: url("../fonts/Yerevanyan Regular.otf"); }
html, body {
  font-family: 'brand', sans-serif; }

header {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px; }
  header h2 {
    margin-top: 50px;
    color: #fff;
    font-family: 'brand', sans-serif; }

.exnik {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: -1;
  pointer-events: none; }

main {
  padding-left: 15px;
  padding-right: 15px; }
  main button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #c20009;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    max-width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer; }
    main button:hover {
      background-color: transparent;
      color: #fff; }

.form-group {
  margin-bottom: 25px; }
  .form-group input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.85); }
  .form-group textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.85);
    resize: none; }
  .form-group label {
    font-size: 18px;
    color: #fff; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup .closeButton {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    right: 10px;
    top: 10px;
    font-size: 40px;
    background: none;
    border: none;
    line-height: 18px;
    padding-left: 0;
    padding-right: 0;
    outline: none; }

.welcomePopup, .successPopup, .errorPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 650px;
  width: calc(100% - 30px);
  height: 400px;
  background: url("../img/christmasPopup.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .welcomePopup::after, .successPopup::after, .errorPopup::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1; }
  .welcomePopup.active, .successPopup.active, .errorPopup.active {
    opacity: 1;
    visibility: visible; }
  .welcomePopup p, .successPopup p, .errorPopup p {
    font-family: 'brand', sans-serif;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
