.ffl-row {
  margin-bottom: 25px;
}

.ffl-wrapper {
	position: relative;
	display: block;
}

.ffl-wrapper.captcha-wrapper {
  margin-bottom: 20px;
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}

.textarea-wrapper {
  margin-bottom: 25px;
}

.ffl-row .ffl-wrapper {
  width: 48%;
}

.ffl-product {
  display: none;
}

.ffl-row .ffl-wrapper.ffl-full-width {
  width: 100%;
}

.ffl-row .ffl-wrapper:nth-child(odd) {
  float: left;
}

.ffl-row .ffl-wrapper:nth-child(even) {
  float: right;
}

.select-row {
  margin-bottom: 20px;
}

.ffl-wrapper input[type="text"],
.select-row select {
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  font-size: 18px;
  outline: 0;
}

.ffl-wrapper input:-internal-autofill-selected {
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.ffl-wrapper textarea {
  width: 100%;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  font-size: 18px;
  outline: 0;
  resize: none;
}

.ffl-wrapper .ffl-label {
  position: absolute;
  font-size: 14px;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
  top: 12px;
  left: 15px;
  padding: 2px 5px;
  color: #757575;
  border-radius: 0px;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.captcha-wrapper .ffl-label {
  left: 50%;
  transform: translateX(-50%);
}

.ffl-floated .ffl-label {
  top: -9px;
  background: #fff;
}

.cf-bottom {
  text-align: right;
}

.cf-remark {
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #757575;
}

.cf-submit {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
}

.cf-submit button {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 48px;
  padding: 0 60px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #ed1c24;
  outline: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  transition: background .5s;
}

.cf-submit button:hover {
  background: #0f3872;
}

.spinner {
  display: none;
}

.spinner img {
  height: 48px;
}

/* .contact-page {
  max-width: 1360px;
  margin: 65px auto 75px;
  padding: 0 10px;
} */

.cp-l {

  float: left;
  width: 530px;
}

.cpl-title {
  margin: 10px 0 25px;
}

.cpl-title h2 {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 30px;
  color: #ed1c24;
  text-transform: uppercase;
}

.cpl-title p {
  font-size: 18px;
  color: #141414;
}

.cp-r {
  /* float: right;
  width: 430px; */
  float: right;
  position: relative;
  width: calc(100% - 605px);
}
.cp-c {
  position: relative;
  margin-top: 2em;
  float: left;
}
.cp-c img {
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px rgba(46, 115, 156, 0.47);
    background: rgb(218, 201, 129)
}
.contact-info-block {
  padding: 40px 70px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
}

.contact-info-block h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  color: #ed1c24;
}
.contact-info-block p {
  margin-bottom: 20px;
}
.cib-item {
  margin-bottom: 40px;
}

.cib-item h5 {
  margin-bottom: 17px;
}

.cib-icon {
  margin-right: 11px;
}

.cib-icon img {
  max-width: 21px;
  max-height: 21px;
}

.cib-value {
  position: relative;
  top: -3px;
  line-height: 21px;
  font-weight: 700;
  font-size: 20px;
  color: #13293d;
  text-transform: uppercase;
}

.cib-item p {
  margin: 0 0 5px 60px;
  font-size: 16px;
}

.c_error_fieldset {
  margin-bottom: 20px;
  border: 1px solid #f96868;
  padding: 20px;
}

.c_error_label {
  font-size: 14px;
}

.c_error_close a {
  color: #0d27ed;
  font-size: 14px;
  text-decoration: underline;
}

.c_error_close a:hover {
  text-decoration: none;
}

@media (max-width: 1515px) {
  .pp-specs-and-form .cf-remark {
    margin-right: 15px;
  }

  .pp-specs-and-form .ffl-wrapper.captcha-wrapper {
    margin-right: 15px;
  }
}

@media (max-width: 980px) {
  .cp-l,
  .cp-r  {
    width: auto;
    float: none;
  }
}

@media (max-width: 460px) {
  .ffl-row {
    margin-bottom: 0;
  }

  .ffl-row .ffl-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }

  .ffl-row .ffl-wrapper:nth-child(odd),
  .ffl-row .ffl-wrapper:nth-child(even) {
    float: none;
  }
}