.iframeYT {
  width: 60%;
  margin: 3% auto;
}
.c-bar-phone-text {
  margin: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 3rem;
}
@media only screen and (max-width: 600px) {
  .iframeYT {
    width: 90%;
  }
}
.main-menu .menu-item {
  list-style-type: none;
  color: #fff;
  margin: 1.5em 0.4em;
}

.instruction {
  top: 116px;
}

.body-lp-ffh300 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Oxanium";
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
}

.contact-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2%;
}
.contact-img__img {
  max-width: 25%;
  margin-right: 2%;
}
.contact-img__text {
  margin-bottom: 0;
}

/* *,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
} */

.img-ffh300 {
  max-width: 100%;
  width: auto;
}
.link-lp {
  text-decoration: none;
  color: #000;
}
.link-underline {
  text-decoration: underline;
}
.error {
  color: #1a4281;
}
.error-checkbox,
.error-checkbox2,
.error-checkbox-footer,
.error-checkbox-footer-2 {
  color: #1a4281;
}
.c-container {
  max-width: 1200px;
  margin: 0 auto;
}
.c-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.5rem;
  margin: 0% 0 4% 0;
}
.c-headline {
  font-weight: 700;
  border-bottom: 4px solid #1a4281;
  font-size: 1.2rem;
  width: 100%;
}
.c-headline-top {
  margin-top: 5%;
}

.c-bar {
  background: #1a4281;
  padding: 20px 0;
}
.c-bar-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.c-bar-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  flex-wrap:wrap;
}
.c-bar-phone-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  margin-right: 20px;
}
.c-bar-phone-item:last-child {
  margin-right: 0;
}
.c-bar-phone-item img {
  margin-right: 15px;
}
.c-bar-phone-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-baner {
  margin-top: 5%;
  /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; */
}
.c-baner-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.c-baner-text {
  width: 40%;
}

.c-baner-content {
  background: #ebebeb;
  padding: 10% 0 5% 0;
  position: relative;
}
.c-baner-headline {
  color: #1a4281;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.c-baner-content::after {
  content: "";
  position: absolute;
  background: #ebebeb;
  height: 100%;
  width: 370%;
  top: 0;
  z-index: -1;
}
.c-baner-content::before {
  content: "";
  position: absolute;
  background: #ebebeb;
  height: 100%;
  width: 90%;
  top: 0;
  left: -90%;
  z-index: -1;
}

.c-desc-module {
  background: #ebebeb;
  padding: 5% 0;
}

.c-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.c-column-item {
  width: 45%;
  margin-top: 0;
}
.c-feature {
  position: relative;
}

.c-feature-desc {
  position: absolute;
  top: 21%;
  width: 100%;
}
.c-feature-container {
  max-width: 1200px;
  margin: 0 auto;
}
.c-feature-desc .c-title {
  margin-bottom: 2%;
  color: #fff;
  margin-left: 2%;
}
.c-feature-wheel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c-feature-wheel-item {
  border-radius: 200px;
  background: #fff;
  width: 208px;
  height: 208px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
}
.c-feature-wheel-item p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a4281;
}

.c-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;

  margin-top: 5%;
}

.c-list-item img {
  margin-top: -7px;
  margin-right: 15px;
  max-width: 6%;
}
.c-list-item p span {
  font-weight: 600;
}
.c-list-link {
  margin-top: 3%;
  text-align: right;
}
.c-list-link a {
  color: #cd1041;
  font-weight: 600;
}
.c-video {
  width: 1000px;
  margin: 10% auto;
  text-align: center;
  /* margin: 10% 0 10% 0; */
}
.c-video-content {
  background: #1a4281;
  padding: 15px 0;
  margin-top: -7px;
}
.c-video-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.c-video-desc {
  color: #fff;
  font-size: 1rem;
}
.o-semibold {
  font-weight: 600;
  margin-top: 10px;
}
.o-flex-column {
  flex-direction: column;
}
.o-flex-column .c-headline {
  margin-bottom: 10px;
}

.c-calculator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  margin-top: 5%;
  margin-bottom: 5%;
}
.c-calculator-column {
  width: 50%;
}

.c-calculator-truck {
  position: relative;
}
.c-calculator-truck img {
  display: block;
}
.c-calculator-truck p {
  font-size: 0.7rem;
}
.c-calculator-input-1 {
  position: absolute;
  top: 19%;
  left: 18%;
}
.c-calculator-input-2 {
  position: absolute;
  top: 75%;
  left: 10%;
}
.c-calculator-input-2 p {
  margin-top: 3%;
}
.c-calculator-input-3 {
  position: absolute;
  top: 75%;
  right: -3%;
}
.c-calculator-input-3 p {
  margin-top: 3%;
}
.calculator-input {
  height: 30px;
  border: 1px solid #1a4281;
  padding: 5px;
  width: 80%;
}

.c-btn {
  background: #1a4281;
  text-align: center;
  padding: 15px 40px;
  max-width: 200px;
}

.c-btn-link {
  background: #1a4281;
  text-align: center;
  padding: 15px 40px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 5%;
  display: block;
  color: #fff;
}

.o-center {
  margin: 0 auto;
}
.o-weight {
  font-weight: 700;
}
.o-margin-top {
  margin-top: 3%;
}

.c-btn p {
  color: #fff;
  margin: 0;
}

.c-form-module {
  background: #ebebeb;
  padding: 5% 0;
}
.c-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-form-input {
  width: 24%;
}

.c-form-input--3 {
  width: 32.333%;
  margin-bottom: 10px;
}
.c-form-input-2 {
  width: 48%;
}
.c-form-input p {
  font-size: 0.9rem;
}
.c-form-input input {
  height: 30px;
  padding: 5px;
  width: 100%;
}
.c-form-input select {
  height: 30px;
  padding: 5px;
  width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 5px;
}
.c-form-textarea {
  margin-top: 10px;
  width: 100%;
}

.c-form-checkbox {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
label input[type="checkbox"] ~ span {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
  height: 12px;
  vertical-align: top;
  border: 2px solid #999;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-top: 3px;
}
label input[type="checkbox"] ~ span {
  border-radius: 2px;
}

label input[type="checkbox"]:checked ~ span {
  background-color: #1a4281;
}
label:hover input[type="checkbox"] ~ span {
  border-color: #666;
}

/* .c-footer {
  background: #a8a8a8;
  height: 10px;
} */

@media only screen and (max-width: 600px) {
  .c-feature-desc {
    position: unset;
  }
  .c-feature-desc .c-title {
    color: #000;
  }
  .c-feature-wheel-item {
    background: #ebebeb;
  }
  .c-feature-wheel-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .c-feature-wheel {
    flex-direction: column;
  }
  .c-calculator-input {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-calculator-input-1,
  .c-calculator-input-2,
  .c-calculator-input-3 {
    position: unset;
  }
  .c-calculator-input-2,
  .c-calculator-input-3 {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-calculator-truck img {
    display: none;
  }
  .c-calculator-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-form-input {
    width: 100%;
  }
  label input[type="checkbox"] ~ span {
    width: 77px;
  }
  .c-bar-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-bar-phone {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5%;
  }
  .c-baner-row {
    flex-direction: column-reverse;
  }
  .c-title {
    font-size: 3rem;
  }
  .c-baner-text {
    width: 100%;
  }
  .c-container {
    margin: 0 15px;
  }
  .c-column {
    flex-wrap: wrap;
  }
  .c-column-item {
    width: 100%;
    margin-top: 5%;
  }
  .c-list-item img {
    margin-top: 0px;
  }
  .c-video {
    width: auto;
  }
  video {
    width: 100%;
  }
  .c-video-desc {
    color: #fff;
    font-size: 0.9rem;
  }
}

.c-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-gallery-item {
  width: 350px;
  margin: 2%;
  height: 233px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .c-gallery-item {
    margin: 2% 0;
  }
}
