@font-face {
  font-family: "Avenir";
  src: local("Avenir Book"), local("Avenir-Book"),
    url("fonts/Avenir-Book.woff2") format("woff2"),
    url("fonts/Avenir-Book.woff") format("woff"),
    url("fonts/Avenir-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  color: #fff;
  font-family: "Avenir";
  font-size: 18px;
  background: #000000;
}

p {
  color: #fff;
  font-family: "Avenir";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.form_sec_inner_input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
  opacity: 1;
}
.form_sec_inner_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
  opacity: 1;
}
.form_sec_inner_input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
  opacity: 1;
}
.form_sec_inner_input:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
  opacity: 1;
}

.textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
  opacity: 1;
}












/* ----- banner------- */

.wrapper {
  width: 94%;
  max-width: 1640px;
  margin: 80px auto;
}

.conatiner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section_left {
  width: 50%;
  margin-right: 80px;
}

.section_right {
  width: 50%;
  text-align: right;
}

.logo {
  text-align: center;
  margin-bottom: 50px;
}

.logo img {
  width: 40%;
}

.form_sec_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form_sec_inner_input {
  width: 49%;
  border: none;
  padding: 16px;
  text-transform: uppercase;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Avenir";
  background: #fff;
  appearance: none;
}

select,
option {
  font-family: "Avenir";
}

.form_sec_inner_button {
  width: 100%;
  border: none;
  padding: 16px;
  text-transform: uppercase;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Avenir";
  min-height: 108px;
  margin-bottom: 18px;
}

.search_btn {
  background: #a9a195;
  border: none;
  font-family: "Avenir";
  width: 220px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px;
  cursor: pointer;
}

.form_sec {
  float: left;
  width: 100%;
  margin-bottom: 90px;
}

.copyright {
  float: left;
  width: 100%;
  font-family: "Avenir";
}

.select-wrapper {
  position: relative;
  width: 49%;
}

.select-wrapper::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 24px;
  pointer-events: none;
  background: url(images/arrow.png) no-repeat;
}

.form_sec_inner_select {
  width: 100%;
  border: none;
  padding: 19px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Avenir";
  background: #fff;
  appearance: none;
}

.section_right_res {
  display: none;
}

.section_right img {
  width: 90%;
}

select {
  color: #c4c4c4;
}

/* ----- banner------- */


.thanks {
  font-size: 28px;
}

.new {
  text-align: center;
}