@font-face {
  font-family: 'ProximaNova_Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova_Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.main {
  background: #ffffff url(../img/bg.jpg) center center no-repeat;
}
.layone {
  text-align: center;
  margin-bottom: 100px;
}
.layone-num {
  margin-top: 28px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
}
.layone-num a {
  font-family: ProximaNova_Bold;
  color: black;
}
.layone img {
  margin-top: 20px;
}
.layone-but {
  color: white;
  margin-top: 33px;
  font-size: 12px;
  background-color: #fdb403;
  border: none;
  font-family: ProximaNova_Rg;
}
.layone-but:hover {
  background-color: #fecb4f;
}
.greenBox {
  display: inline-block;
  height: 103px;
  width: 220px;
  background-color: #70c849;
  color: white;
  font-family: ProximaNova_Rg;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 35px;
}
.header {
  margin-bottom: 50px;
  font-family: ProximaNova_Bold;
}
.header3 {
  margin-bottom: 60px;
  font-family: ProximaNova_Rg;
}
.form-header {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
.form {
  padding: 40px 50px;
  background-color: white;
  text-align: center;
}
label {
  font-size: 13px;
  font-family: ProximaNova_Bold;
  background-color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
small {
  display: block;
  margin-top: 15px;
}
.form-input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  padding: 2px;
  height: 45px;
}
.form-btn {
  color: white;
  margin-top: -20px;
  font-size: 16px;
  background-color: #fdb403;
  border: none;
  font-family: ProximaNova_Rg;
  height: 50px;
  width: 100%;
  display: block;
  text-align: center;
}
button,
input,
a:focus {
  outline: none;
}
.btn:hover {
  color: white;
  background-color: #fcb858;
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-header {
  font-weight: bold;
}
.popup textarea {
  border-radius: 5px;
  margin-bottom: 40px;
  height: 100px;
}
.popup-form {
  margin-top: 40px;
}
.popup-form input {
  border-radius: 5px;
}
.popup-close {
  background-color: transparent;
  border: none;
  font-size: 30px;
  position: absolute;
  top: -10px;
  color: white;
  right: -20px;
  width: 20px;
  text-align: center;
}
.popup-content {
  position: fixed;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 40px 60px;
  top: 10%;
  background-color: white;
}
@media (max-width: 991px) {
  .layone-num {
    text-align: center;
  }
  .main-title {
    text-align: center;
  }
}
.feature-header {
  margin-top: 50px;
}
.section-header {
  text-align: center;
  font-family: ProximaNova_Bold;
  margin: 2rem 0;
  font-size: 2rem;
  margin-top: 100px;
  margin-bottom: 100px;
}
.features-block {
  text-align: center;
}
.features-block:focus {
  outline: none;
}
.features-block h3 {
  margin-bottom: 30px;
  font-family: ProximaNova_Bold;
  font-size: 20px;
}
.features-block p {
  display: inline-block;
  font-size: 14px;
  width: 80%;
}
.features-img {
  height: 8rem;
}
.features-img img {
  display: block;
  margin: 0 auto;
}
.prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/left.png) center no-repeat;
  background-size: 100%;
  left: 0;
  z-index: 99;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
}
.next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/right.png) center no-repeat;
  background-size: 100%;
  right: 0;
  z-index: 99;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
}
