/****** Contact page ******/
.contact-wrapper {
  background:#f6f6f6;
  padding-bottom: 40px;
}

.sec-address {
  background: #fff;
}

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

.contact-wp {
  margin-top: 20px;
  background: #f3f4f5;
  border-top: 1px solid #d7d8d8;
}

.contact-data {
  float: left;
  padding: 82px 10px;
  margin-left: 15%;
}

.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: #de7266;
}

.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%;
  padding: 20px 0;
}

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

.cf-l input[type="text"]:nth-child(odd) {
  margin-right: 2%;
}

.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-top: 20px;
  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;
  margin-left: 64px;
}

.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;
}

.input-block.upload-file {
  width: 155px;
  height: 52.5px;
  background: url('/images/upload-icon.png') no-repeat;
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

.c-value  input[type="text"] {
  display: block;
  width: 45px;
  padding: 15px 0;
  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;
}

.input-file-name {
  margin-top: 45px;
}
.btn-submit {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  padding: 0 50px;
  color: #fff;
  border: none;
  background: #de7266;
  cursor: pointer;
}

.map-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.contact-map {
  display: block;
  position: relative;
}

.contact-map .map-container {
  width: 100%;
  height: 26vw;
  min-height: 200px;
  background: url('/images/contact-map.jpg') center top;
  background-size: cover;
  display: block;
}
.map-wrapper .map-enlarge {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  padding: 10px;
  font-size: 12px;
}
.map-wrapper .map-enlarge:hover {
  text-decoration: underline;
}

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

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

.ff-radios {
  padding: 10px 0;
}

.ff-radios label {
  color: #586164;
  margin-right: 10px;
}

.ff-radios-descr {
  float: right;
}

.ff-radios-descr {
  color: #cfd0d1;
}

.js-custom-app {
  display: none;
}

@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;
  }
}
/****** /Contact page ******/