#FAQ-box{
  padding: 40px 0;
}

.FAQ-cont{
  max-width: 700px;
  margin: 30px auto;
}

.FAQ-el{
  padding: 15px 10px;
  font-weight: 300;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  cursor: pointer;
}

.FAQ-question{
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 20px;
}

.FAQ-question::after{
  content: "›";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 22px;
  font-weight: 300;
  transition: 0.3s;
  opacity: 0.4;
  text-align: center;
  width: 22px;
  height: 22px;
}

.FAQ-question.used-faq::after{
  transform: translateY(-50%) rotate(270deg);
}

.FAQ-answer{
  display: none;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
}

#Contacts{
  height: 600px;
  background: url('../images/footer.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#Contacts .Block_title{
  color: white;
}

#Contacts_info{
  margin-top: 30px;
  width: 50%;
  float: left;
}

#Contacts_form{
  width: 80%;
  max-width: 400px;
}

#Contacts_form input{
  width: 80%;
  height: 34px;
  outline: none;
  padding: 1% 4%;
  border: 1px solid white;
  background: transparent;
  font-size: 18px;
  font-family: 'Oswald';
  color: white;
  font-weight: 300;
  margin: 10px 0;
}

#Contacts_form input::placeholder{
  color: #a7a7a7;
}

#Contacts_form textarea{
  width: 80%;
  max-width: 80%;
  min-width: 80%;
  min-height: 110px;
  max-height: 200px;
  height: 110px;
  outline: none;
  padding: 2% 4%;
  border: 1px solid white;
  background: transparent;
  font-size: 18px;
  font-family: 'Oswald';
  color: white;
  font-weight: 300;
  margin: 10px 0;
}

#Contacts_form textarea::placeholder{
  color: #a7a7a7;
}

#Contacts_button{
  outline: none;
  float: left;
  padding: 2.4% 6%;
  border: 1px solid white;
  background: transparent;
  font-size: 19px;
  font-family: 'Oswald';
  color: white;
  font-weight: 300;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

#Contacts_button:hover{
  color: #ffaa00;
  border: 1px solid #ffaa00;
}

#Map{
  width: 500px;
  height: 400px;
  margin-top: 30px;
  float: left;
}

#Footer{
  background: #272727;
  height: 350px;
}

#Footer a, #Contacts a{
  color: white;
}

.Footer_el{
  float: left;
  margin: 40px 30px 0;
  color: white;
}

.Footer_el_title{
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
}

.Footer_el_link{
  font-weight: 300;
  margin: 15px 0;
  color: white;
}

#Footer_phone{
  display: none;
}
#Phone_contacts{
  display: none;
}

@media screen and (max-width: 1200px){
  #Map{
    width: 380px;
  }
  #Contacts_info{
    width: 40%;
  }
  #Contacts_form{
    width: 100%;
  }
}

@media screen and (max-width: 720px){
  #Map{
    width: 380px;
  }
  #Contacts_info{
    width: 40%;
  }
  #Contacts_form{
    width: 100%;
  }
  #Contacts{
    background-attachment: scroll;
    height: auto;
  }

  #Contacts_info{
    width: 100%;
  }
  #Contacts_form{
    float: left;
    width: auto;
  }
  #Map{
    display: none;
  }
  #Contacts_form input{
    width: 91%;
  }
  #Contacts_form textarea{
    width: 91%;
    min-width: 91%;
    max-width: 91%;
  }
  #Contacts_button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #Phone_contacts{
    display: block;
    width: 100%;
    color: white;
    margin: 30px 0;
    float: left;
    text-align: center;
  }

  #Phone_contacts ul li{
    font-size: 19px;
    margin: 10px 0;
    color: white;
    font-weight: 300;
  }

  #Footer .cont{
    display: none;
  }

  #Footer{
    height: 60px;
  }
  #Footer_phone{
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
  }
}
