.contact-data-wp{
  float: left;
  width: 40%;
  color: #fff;
  background: #ef7521;
}

.contact-wp {
  margin-top: 20px;
}

.contact-data {
  float: right;
  padding: 82px 10px;
  margin-right: 30%;
}

.contact-data h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contact-data .cd-sep {
  margin-bottom: 40px;
  height: 9px;
  width: 70px;
  background: #fff;
}

.cd-block {
  margin-bottom: 30px;
}

.cd-address{
  font-size: 19px;
  color: #282828;
  font-weight: 300;
}

.contact-form-wrapper {
  padding: 80px 80px 0;
}

.cf-l {
  width: 50%;
  float: left;
  max-width: 510px;
}

.cf-r {
  margin-left: 3%;
  width: 47%;
  float: left;
}

.cd-phones{
  font-size: 19px;
  padding-top: 15px;
}

.cd-phones div{
  font-size: 19px;
  padding-top: 5px;
  color: #2c2c2c;
  font-weight: 300;
}

.contact-form{
  float: left;
  width: 60%;
}

.cf-l input[type="text"] {
  margin-bottom: 5px;
  float: left;
  width: 230px;
  margin-right: 2%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  background: #fff;
  text-indent: 10px;
}

.cf-l select {
  margin-bottom: 5px;
  float: left;
  width: 232px;
  margin-right: 2%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  background: #fff;
  text-indent: 10px;
}

.contact-form h3{
  font-size: 15px;
  margin-bottom: 21px;
  color: #586164;
}

.form-map{
  width: 100%;
  margin: 45px 0;
  position: relative;
  z-index: 1;
}

.form-map img{
  width: 100%;
}

.form-map span {
  display: block;
  height: 51px;
  line-height: 51px;
  padding: 0 27px;
  background: #f9701c;
  border-radius: 4px;
  position: absolute;
  right: 39px;
  bottom: 26px;
  text-decoration: underline;
  color: #FFF;
}

.contact-form-inner{
  width: 100%;
}

.form-L{
  float: left;
  width: auto;
  max-width: 350px;
  _width: 350px;
  padding: 17px 0 0 10px;
}

.form-R{
  float: left;
  width: auto;
  max-width: 395px;
  _width: 395px;
  padding-left: 10px;
}

.fi-row, .fi-pdf{
  width: 100%;
}

.fi-pdf {
  margin-bottom: 4em;
}

.fi-pdf:after {
  content: '';
  display: block;
  clear: both;
}

.fi-row label{
  display: block;
  float: left;
  width: 80px;
  padding: 15px 0 3px;
}

.fi-pdf label{
  display: block;
  float: left;
  width: 80px;
  height: 21px;
  margin-bottom: 3px;
}

.form-area textarea{
  padding: 10px;
  width: 90%;
  height: 90px;
  resize: none;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
}

.captcha{
  width: 100%;
  padding-top: 10px;
}

.c-question {
  line-height: 35px;
  float: left;
  padding: 9px 10px 0 0;
  text-align: right;
}

.c-value{
  float: left;
  padding-top: 2px;
}

.c-value input{
  width: 62px;
  text-align: center;
}

.c-action{
  float: left;
  padding-left: 10px;
}

#msg{
  position: relative;
  z-index: 1;
}

.form-thanks{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D05540;
  border-top: 1px solid #D05540;
  color: #22272B;
  text-align: center;
}

.fi-checks {
  margin-top: 10px;
  padding-left: 80px;
}

.checks div {
  margin-bottom: -6px;
}

.checks div:after {
  content: '';
  clear: both;
  display: block;
}

.checks label {
  line-height: 30px;
}

.checks span {
  margin-right: 5px;
}

.c-value  input[type="text"] {
  width: 20px;
  padding: 15px 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ced0da;
  background: linear-gradient(0deg, #f2f4f7, #fff);
}

.c-value  input[type="text"] {
  text-indent: 0;
}

.contact-map {
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.contact-map img {
  width: 100%;
  display: block;
}

.contact-map span {
  position: absolute;
  right: 60px;
  bottom: 30px;
  color: #fff;
  background: #0053a4;
  height: 51px;
  line-height: 51px;
  padding: 0 26px;
  border-radius: 5px;
}

.sep {
  margin: 34px 0 20px;
  height: 1px;
  background: #f2f3f5;
}

.fw-radios {
  line-height: 34px;
  font-size: 14px;
  color: #354052;
}

@media (max-width: 1900px) {
  .contact-data-wp {
    width: 30%;
  }

  .contact-form {
    width: 70%;
  }
}

@media (max-width: 1665px) {
  .cf-l {
    width: auto;
    float: none;
    margin: 0;
  }

  .cf-r {
    width: auto;
    float: none;
    margin: 0;
  }
}

@media (max-width: 1110px) {
  .contact-data {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 975px) {
  .cf-l select {
    float: none;
  }
}

@media (max-width: 855px) {
  .contact-data-wp,
  .contact-form {
    float: none;
    width: 100%;
  }
}

@media (max-width: 845px) {
  .contact-form-wrapper {
    padding: 20px;
  }
}