#formComplaint {
  select {
    // display:block!important;
  }
}

.writeus {
  background-color : @white;
  padding : 50px 0;


  &-container {
    width : 680px;
    margin : 0 auto;
    display : block;
  }

  &-title {
    font-size : 22px; 
    color : @black;
    margin-bottom : 40px;
    text-align : center;
  }

  &-button {
    width : 270px;
    display : block !important;
    margin : 0 auto 30px;
  }

  &-telephone {
    font-size : 14px;
    color : @black;
    display : inline-block;
    margin : 0;
    strong {
      font-weight : bold;
    }
  }

  &-warning {
    font-size : 14px;
    display : inline-block;
    float : right;
    width : 380px;
    text-align : right;
  }

  &-warning-link{
    display : block;
  }

  label.error {
    display : none !important;
  }

  &-form {
    &-container {
      margin : 0 -5px;
    }
  }

  &-box {
    display : inline-block;
    width : 100/3%;
    float : left;
    padding : 0 5px;
    box-sizing : border-box;
    .bootstrap-select {
      margin-left : 0;
      width : 100%;
      padding: 0;
    }
  }

  &-input {
    width : 100%;
    float : left;
    margin-bottom : 10px;
    font-size : 12px;
    color : #7f7f81;
    padding : 0 20px;
  }

  &-textarea {
    margin-bottom : 30px;
  }

  &-disclaimer {
    font-size:14px;
    color:rgb(144, 144, 144)
  }

  .button {
    clear:both;
    margin-top:40px;
  }


}

.team {
  background:@grey-background;
  padding:60px 0;
  text-align:center;
  margin-bottom : 10px;

  &-container {
    max-width : 800px;
    display : block;
    margin : 0 auto;
  }

  &-title {
    color:@black;
    margin-bottom:50px;
    font-size : 22px;
  }

  &-list {
    font-size : 0;
  }

  &-list-item {
    display:inline-block;
    width : 50%;
    min-width:100px;
    font-size : 14px;
    margin-bottom: 50px;

  }

  &-list-item-img { 
    width:110px; 
    display : block;
    margin : 0 auto;
    margin-bottom : 20px;
  }

  &-list-item-name {
    text-transform: uppercase;
    font-size : 12px;
    color : @black;
    margin-bottom : 10px;
  }

  &-list-item-phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 14px;
    display : block;
    text-align : center;
    margin-bottom : 3px;
  }

  &-list-item-email {
    color : @red;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 14px;
    display : block;
    text-align : center;
    text-decoration : none;
    margin-bottom : 3px;
  }

  &-list-item-desc {
    margin : 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 14px;
    display : block;
    text-align : center;
  }
}

.map {
  position : relative;
  margin-bottom : 10px;

  &-info {
    position : absolute;
    right : 0;
    top : 0;
    height : 100%;
    width : 33%;
    padding : 70px 0;
    text-align : center;
    box-sizing : border-box;
    z-index : 1;

    &:after {
      content : '';
      background-color : @white;
      position : absolute;
      display : inline-block;
      top : 0;
      left : 0;
      width : 100%;
      height : 100%;
      opacity : 0.9;
      z-index : -1;
    }

  }

  &-title {
    font-size : 22px;
    color : @black;
    margin-bottom : 40px;
  }

  &-subtitle {
    font-size : 12px;
    color : #606062;
    margin-bottom : 3px;
  }

  &-desc {
    margin : 0;
    color : @grey;
    font-size : 14px;

    a {
      color : @red;
      font-size : 14px;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration : none;
    }
  }

  &-iframe {
    height : 415px;
    width : 100%;
    display : block;
  }

}
