.contact-img img{
  width: 100%;
  height: auto;
}

.social-area{
  display: flex;
  margin: 32px 0 50px;
}

.item-social{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background-color: #353535;
  border-radius: 50%;
}

.item-social:not(:last-child){
  margin-right: 15px;
}

.item-social:hover{
  background-color: #ffc300;
}

.item-social svg{
  width: 20px;
  height: 20px;
}

.notice-txt{
  color: #616161;
  font-size: 15px;
}


.contact-input{
  border: transparent;
  border-bottom: 1px solid #6F7781;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 1;
  color: #555555;
  outline: none;
}

.contact-input:focus, .contact-select:focus, .contact-textarea:focus{
  border-bottom: 1px solid #ffc300;
}

.contact-input::placeholder, .contact-textarea::placeholder{
  color: #a1a1a1;
  font-weight: 200;
}


.sex-box{
  display: flex;
  align-items: center;
}

.sex-option:first-child{
  margin-right: 15px;
}

.sex-option label, .age-box span{
   font-weight: normal;
}

.age-box{
  display: inline-flex;
  align-items: center;
}

.age-group{
  display: block;
}
.age-box:not(:last-child){
  margin-right: 15px;
}

.age-box input[type="checkbox"]{
  margin: 0 4px 0 0;
}

.member-group{
  display: flex;
  align-items: center;
}
.member-input{
  width: 50px;
}
.member-box{
  display: inline-flex;
  align-items: center;
}
.member-box:not(:last-child){
  margin-right: 15px;
}

.contact-select{
  -webkit-appearance: none;
  appearance: none;
  border: none;

  border: transparent;
  border-bottom: 1px solid #6F7781;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 1;
  color: #555555;
  outline: none;

  padding-inline-end: 25px;
  background-image: url(../images/icon-down.svg);
  background-repeat: no-repeat, repeat;
  background-size: 8px auto, 100%;
  background-position: right 10px top 50%, 0 0;
}

.contact-select:not(:last-child){
  margin-bottom: 10px;
}

.form-title{
   color: #616161;
   font-weight: 300;
}

.contact-textarea{
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #6F7781;
  line-height: 1.5;
  width: 100%;
  resize: vertical;
  --theme-form-field-padding: 12px 15px;
  --theme-form-field-height: 170px;
  outline: none;
  font-size: 16px;
}

.btn-send-message{
  width: 180px;
}