.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: 25px 0;
  }
  
  .ffl-row .ffl-wrapper {
    width: 48%;
  }
  
  .ffl-row .ffl-wrapper:nth-child(odd) {
    float: left;
  }
  
  .ffl-row .ffl-wrapper:nth-child(even) {
    float: right;
  }
  
  .ffl-wrapper input[type="text"] {
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    outline: 0;
  }
  .ffl-wrapper textarea {
    width: 100%;
    height: 170px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    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: 15px;
    left: 15px;
    padding: 2px 5px;
    color: #757575;
      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: -11px;
    background: #fff;
  }
  

  .spinner {
    display: none;
  }
  
  .spinner img {
    height: 48px;
  }
  
  .contact-page {
    max-width: 1800px;
  }
  .cp-c {
    width: 100%;
    position: relative;
    margin-bottom: 3em;
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cp-c .map {
    display: none;
  }
  .contact-info-block {
    position: absolute;
    top: 10%;
    left: 5%;
    padding: 40px 50px 15px;
    background: rgba(255, 255, 255, 0.925);
    box-shadow: 0px 3px 6px #00000029;
  }
  
  .contact-info-block h4 {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 36px;
  }
  
  .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;
    font-weight: 700;
    font-size: 28px;
    color: #0D3B66;
  }
  
  .cib-item p {
    margin: 0 0 5px 60px;
    font-size: 18px;
    color: #0D3B66;
  }
  
  .cp-form {
      width: 1000px;
      margin: 0 auto;
      text-align: center;
  }
  .cp-form .header-block {
      margin-bottom: 25px;
  }
  .cp-form h2 {
      margin-bottom: 0;
  }
  @media (max-width: 1360px) {

  }
  
  @media (max-width: 1330px) {
    .cp-c {
      background-position: center right;
    }
    .cp-form {
      width: 100%;
    }
  }
  
  @media (max-width: 1025px) {

    .contact-info-block {
      padding: 40px 10px 25px;
  }

  }
  @media (max-width: 860px) {
  .cib-item {
    margin-bottom: 40px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .contact-info-block {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    text-align: center;
  }
  .cp-c .map {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 25px;
}
.cib-item p {
  margin: 0 0 5px 40px;
}
.cp-c {
  background: none !important;
}
  }
  @media (max-width: 660px) {
    .cib-item {
      width: 100%;
    }
  }
  @media (max-width: 540px) {

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