
/* 01. General */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
section {
  padding: 60px 0 0;
  text-align: center;
}
section .section-header {
  margin-bottom: 30px;
}
section .section-header h2 {
  display: inline-block;
}
section .section-header h2:after{
  content: '';
  display: block;
  height: 2px;
  width: 80%;
  margin-top: 10px;
  margin-left: 10%;
  background: #006931;
}
section  h2{
  /*margin: 0;*/
  font-size: 36px;
}
section  h3{
  margin: 30px 0 15px;
}
section  h4{
  margin-bottom: 20px;
  color: #888;
  line-height: 1.5em;
}
.btn {
  border: 2px solid rgba(00, 69, 31, 1);
  font-size: 20px;
  color: rgba(00, 69, 31, 1);
  border-radius: 50px;
  padding: 5px 20px;
  background: none;
  font-weight: 300;
  transition: 0.3s;
  position: relative;
  outline: none;
}
.btn:hover {
  background: rgba(00, 69, 31, 1);
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn i {
  vertical-align: bottom;
}
.btn .warning {
  position: absolute;
  display: inline;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: red;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.btn.disabled:hover .warning {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
}
/* 02. Header */
header {
  background: rgba(00, 69, 31, 0.95);
  color: #fff;
  padding: 60px 0;  
  text-align: center;
  position: relative;
}
header .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
header h1 {
  font-size: 44px;
  font-weight: 400;
}
header h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
header h4 {
  font-size: 15px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.76);
}
header img {
  width: 100%;
  opacity: 0.25;
}

/* 03. Conditions */
#conditions .section-content {
  /*display: none;*/
}
iframe {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #conditions .section-content {
    display: block;
  }
  iframe {
    display: none;
  }
}
/* 04. Options */
#prices {
  margin-bottom: 40px;
}
#prices .head {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
#prices .item {
  padding: 5px 0;
  font-size: 16px;
}

#prices .foot {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 400;
  height: 61px;
  line-height: 1;
}
#prices .price-features {
  padding: 0;
  /*width: 27.27%;*/
}
#prices .features-item {
  position: relative;
  color: #fff;
}
#prices .features-item:after {
  content: '';
  display: block;
  position: absolute;
  height: 85%;
  width: 800px;//90vw;
  max-width: 980px;
  top: 7.5%;
  left: 0;
  background: rgba(00, 69, 31, 0.9);
  z-index: -1;
}
#prices .features-foot {
  padding: 21px 0 20px;
}
#prices .price-option {
  padding: 0 7px;
  /*width: 18.18%;*/
}
#prices .price-option .price-content {
  box-shadow: 3px 2px 5px 2px rgba(0,0,0,0.15);
  background: #fff;
}
#prices .price-option .price-foot {
  font-family: 'Roboto', sans-serif;
  background: rgb(184, 192, 199);
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500
}
#prices .price-option .price-foot .price-integer {
  font-size: 30px;
  font-weight: 400;
}
#prices span.price-feature {
  display: none;
  font-size: 12px;
  font-weight: 700;
}
#prices .price-item {
  position: relative;
}
#prices .price-item:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 40%;
  background: #c9c9c9;
  bottom: 0px;
  left: 30%;
}
#prices .price-item:last-of-type {
  padding-bottom: 10px
}
#prices .price-item:last-of-type:after {
  display: none;
}

#items-cloud .item {
  display: inline-block;
  margin: 3px;
  padding: 4px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  #prices .price-features {
    display: none;
  }
  #prices span.price-feature {
    display: block;
  }
  #prices .price-item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #prices .price-option {
    padding: 0 15px 15px;
  }
}
/* 05. Form */
form {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

.form-section {

}
.form-section .section-header {
  padding: 10px 15px;
  margin: 0;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.form-section .section-content {
  padding: 15px 0;
}
.field {
  padding: 5px;
  border-bottom: 1px solid #999;
}
.field:first-child {
  border-top: 1px solid #999;
}
.field label {
  display: block;
}
.field input,
.field select {
  display: block;
  padding: 8px 10px;
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 3px;
  outline: none;
}
.field input:focus,
.field select:focus {
  background: rgba(42, 72, 113, 0.1);
}
.field .warning {
  font-size: 14px;
  color: #f70000;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}
.btn-box {
  padding: 20px 0;
}

.legal .legal-switch {
  color: rgba(00, 69, 31, 1);
  cursor: pointer;
}
.legal-content {
  display: none;
}
.legal-content {
  padding-top: 20px
}
.legal-content p {
    font-size: 14px;
}
.legal-content p a {
  font-weight: 600
}