.contactContainer {
  margin-top: 30px;
  margin-bottom: 75px;
  width: 100%;
  font-size: 14px;
}
.contactContainer .formContainer {
  width: 30.9%;
  position: relative;
  float: left;
}
.contactContainer .contactOverview {
  width: 62.9%;
  position: relative;
  float: right;
}
.contactContainer .contactOverview img {
  width: 100%;
}
.contactContainer .contactAddress {
  margin-top: 30px;
  width: 55%;
}
.contactContainer .contactAddress .addressTitle {
  font-size: 24px;
  color: #222222;
  margin-bottom: 6px;
}
.contactContainer h1 {
  font-size: 50px;
  font-family: 'HelveticaNeueW01-Thin';
  text-transform: inherit;
  color: #444444;
}
/**
 * FORM
 */
.form {
  margin-top: 15px;
}
.form label {
  margin-top: 25px;
  display: block;
}
.select,
.form input[type=text],
.form textarea {
  width: 100%;
  height: 35px;
  padding-left: 5px;
  line-height: 35px;
  border: 1px solid #bebebe;
  color: #444444;
  font-family: 'HelveticaNeueW01-55Roma', sans-serif;
  font-size: 14px;
}
.form input[type=text] {
  margin-top: 10px;
}
.select,
.form .textarea {
  position: relative;
  margin-top: 10px;
}
.form .textarea {
  width: 100%;
  padding-right: 20px;
}
.select .arrowSelect,
.form .textarea .arrowContainer {
  margin-top: 1px;
  margin-right: 1px;
  border-left: 1px solid #bebebe;
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  pointer-events: none;
  cursor: pointer;
  width: 30px;
}
.select input[type=text] {
  display: none;
}
.select .selectChoices {
  width: 100%;
  border: 1px solid #bebebe;
  border-top: none;
  position: absolute;
  top: 36px;
  left: -1px;
  background: white;
  z-index: 10;
  display: none;
}
.select .selectChoices span {
  margin-top: 2px;
  padding-left: 5px;
  display: block;
}
.select .selectChoices span:hover {
  background: #bebebe;
}
.select .arrowSelect {
  bottom: 1px;
}
.form .textarea .arrowContainer {
  bottom: 4px;
  right: 13px;
  background: white;
}
.form .textarea .topArrow {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../png/sprite-hd.png');
  background-size: 124px 552px;
  width: 10px;
  height: 6px;
  background-position: -112px -167px;
  position: absolute;
  top: 14px;
  right: 10px;
}
.select .arrowSelect .arrowIcon,
.form .textarea .bottomArrow {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../png/sprite-hd.png');
  background-size: 124px 552px;
  width: 10px;
  height: 6px;
  background-position: -112px -159px;
  position: absolute;
  bottom: 12px;
  right: 10px;
}
.form textarea {
  height: 175px;
  width: 90%;
  padding-right: 10%;
  resize: none;
  font-size: 14px;
  line-height: 16px;
}
.form .inputsContainer {
  width: 100%;
  position: relative;
}
.form .inputsContainer .inputLeft {
  float: left;
  width: 45.21%;
}
.form .inputsContainer .inputRight {
  float: right;
  width: 45.21%;
}
.form .fieldset {
  margin-top: 20px;
  vertical-align: top;
}
.form .fieldset .cols {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
/* Medium checkbox */
.form .mediumCheckbox {
  width: auto;
  margin-bottom: 7px;
}
.form .mediumCheckbox .checkboxButton {
  margin-top: 0px;
  float: none;
}
.form .mediumCheckbox input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.form .mediumCheckbox .fakeCheckbox {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../png/sprite-hd.png');
  background-size: 124px 552px;
  width: 17px;
  height: 17px;
  background-position: -101px -176px;
}
.form .mediumCheckbox .fakeCheckboxHover {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../png/sprite-hd.png');
  background-size: 124px 552px;
  width: 17px;
  height: 17px;
  background-position: -86px -284px;
}
.form .mediumCheckbox .checkboxLabel {
  margin-left: 6px;
  float: none;
  margin-top: 0px;
  display: inline-block;
  width: inherit;
  cursor: pointer;
}
.form .concoursContainer {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.form .concoursContainer .concoursContainer_image {
  width: 102%;
  display: block;
  margin-bottom: 20px;
}
.form .concoursContainer .concoursContainer_title {
  font-size: 24px;
  color: #222222;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.form .concoursContainer .concoursContainer_text {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 20px;
}
.form .concoursContainer .concoursContainer_link {
  font-size: 12px;
  text-decoration: underline;
  color: #666666;
  margin-top: 14px;
  display: block;
}
.form .concoursContainer .miniCheckbox {
  margin-top: 5px;
}
.form .concoursContainer .miniCheckbox .checkboxLabel {
  width: 91%;
}
.form .concoursContainer .miniCheckbox:first-child {
  margin-top: 28px;
}
.form .concoursContainer .errorMessage {
  margin-top: 10px;
  font-size: 12px;
  color: #dc0c0c;
  max-width: 100%;
  opacity: 0;
}
.contact__coordinates {
  margin-top: 70px;
}
.contact__phone-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact__phone-field .InputSelect {
  width: 94px;
}
.contact__phone-field input[type=text] {
  margin-left: 8px;
  margin-top: 1px !important;
}
