@charset "UTF-8";

/* thanks */
#thanks {
  height: 90vh;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fa-check-circle {
  text-align: center;
  font-size: 64px;
  margin-bottom: 16px;
}
#thanks .title_error {
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}
#thanks .description_error {
  text-align: center;
  margin-top: 24px;
}
#thanks .button_site_top {
  width: 280px;
  position: relative;
  margin: 32px auto 0;
  display: block;
  border: solid 2px #27314a;
  text-align: center;
  border-radius: 80px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 16px 0;
}
#thanks .button_site_top:hover {
  background: #27314a !important;
  color: #fff !important;
}

/*---------------------------------------------------------------*\
$1500px
\*---------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
}

/*---------------------------------------------------------------*\
$1200px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
}

/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
}

/*---------------------------------------------------------------*\
$860px
\*---------------------------------------------------------------*/
@media screen and (max-width: 860px) {
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* thanks */
  #thanks .fa-check-circle {
    font-size: 56px;
  }
  #thanks .title_error {
    font-size: 32px;
    line-height: 32px;
  }
  #thanks .button_site_top {
    font-size: 12px;
    margin-top: 24px;
    padding: 12px 0;
  }
}

/*---------------------------------------------------------------*\
$360px
\*---------------------------------------------------------------*/
@media screen and (max-width: 360px) {
}