@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=cyrillic-ext');
@font-face {
  font-family: 'Magnolia Script';
  src: url('../fonts/Magnolia-Script.eot');
  src: url('../fonts/Magnolia-Script.eot?#iefix') format('embedded-opentype'), url('../fonts/Magnolia-Script.woff2') format('woff2'), url('../fonts/Magnolia-Script.woff') format('woff'), url('../fonts/Magnolia-Script.ttf') format('truetype'), url('../fonts/Magnolia-Script.svg#Magnolia-Script') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200) {
  .container {
    width: 1170px;
  }
}
header {
  background: url(../img/header.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 200px 0;
}
header .title {
  font-family: 'Magnolia Script';
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 50px;
}
header p {
  font-weight: 300;
  margin-bottom: 50px;
}
header p.em {
  font-weight: 600;
  margin-bottom: 0;
}
header .form-area {
  background: none;
  padding: 45px 0 0 0;
}
@media (max-width: 991px) {
  header {
    padding: 150px 0;
  }
  header .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  header {
    padding: 65px 0;
  }
  header br {
    display: none;
  }
  header .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  header p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  header .form-area {
    padding: 20px 0 0 0;
  }
}
.form-area {
  background: url(../img/form.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.form-area .title {
  font-family: 'Magnolia Script';
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}
.form-area .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.form-area .form-group {
  padding: 0 15px;
  width: 33.3333%;
}
.form-area .form-group.group-50 {
  width: 50%;
  margin-bottom: 30px;
}
.form-area .form-group.group-33 {
  width: 33.3333%;
  margin-bottom: 50px;
}
.form-area .form-group.group-33 .empty {
  visibility: hidden;
}
.form-area .form-group.button-group {
  text-align: center;
  margin: 0 auto;
}
.form-area label {
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.form-area .form-control,
.form-area .selectric {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  padding: 6px 12px;
}
.form-area .selectric .button {
  width: 50px;
  height: 50px;
  color: #333 !important;
}
.form-area .selectric-items {
  outline: none;
  border: none;
  margin: 5px 0;
}
.form-area .selectric-items li.highlighted {
  border: none;
  background: #e36fab;
  color: #fff;
}
.form-area .selectric-items li.highlighted:hover {
  background: #e36fab;
}
.form-area .selectric-items li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.form-area .btn {
  display: inline-block;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e36fab;
  color: #fff;
  cursor: pointer;
  padding: 25px 0;
  border: none;
  line-height: 1;
  height: 66px;
  border-radius: 33px;
  width: 100%;
  text-align: center;
  box-shadow: 0 3px 0 0 #cc649a;
  position: relative;
}
.form-area .btn:active {
  top: 3px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.form-area .nice-select {
  color: #333;
  width: 100%;
  height: 50px;
}
@media (max-width: 991px) {
  .form-area .form-group {
    margin-bottom: 30px;
  }
  .form-area .form-group.button-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-area .title {
    font-size: 30px;
  }
  .form-area .title br {
    display: none;
  }
  .form-area .form-group {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .form-area .form-group.group-33 {
    margin-bottom: 10px;
  }
  .form-area .form-group.button-group {
    margin-top: 20px;
  }
}
