.contact-back:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: var(--image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contact-back:before {
    background-position: 30% 0;
  }
}
.contact-title {
  color: #fff !important;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .contact-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
  }
}
/*.cut-text{
    overflow: hidden;
    span{
        display: block;
        transform: translateY(100%);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition-delay: 0.1s;
    }
}*/
.contact-inner {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  /*&.down{
        .cut-text{
            overflow: hidden;
            span{
                display: block;
                transform: translateY(0);
                transition-delay: 1s;
            }
        }
        .contact-main{
            .show-sordown{
                &.stackable{
                    transform: translateY(0);
                    opacity: 1;
                    transition: 0.8s ease;
                    -webkit-transition: 0.8s ease;
                    !*transition-delay: 2s;*!
                }
                &.contact-form{
                    transform: translateY(0);
                    opacity: 1;
                    transition: 0.8s ease;
                    -webkit-transition: 0.8s ease;

                }
            }

        }
    }
*/
}
.contact-inner .contact-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-inner .contact-main {
    flex-direction: column;
  }
}
.contact-inner .contact-main .stackable {
  /*transform: translateY(40px);
            opacity: 0;
            transition: 0.1s ease;
            -webkit-transition: 0.1s ease;*/
}
@media screen and (max-width: 1024px) {
  .contact-inner .contact-main .stackable {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable {
    width: 100%;
  }
}
.contact-inner .contact-main .stackable .stk-content {
  color: #fff;
  margin-bottom: 60px;
}
.contact-inner .contact-main .stackable .stk-content .skt-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-content .skt-item {
    margin-bottom: 20px;
  }
}
.contact-inner .contact-main .stackable .stk-content .skt-item .p1 {
  font-size: 20px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-content .skt-item .p1 {
    font-size: 16px;
  }
}
.contact-inner .contact-main .stackable .stk-content .skt-item .p1 i {
  font-size: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-content .skt-item .p1 i {
    font-size: 24px;
  }
}
.contact-inner .contact-main .stackable .stk-content .skt-item .p2 {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-content .skt-item .p2 {
    font-size: 24px;
  }
}
.contact-inner .contact-main .stackable .stk-foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-inner .contact-main .stackable .stk-foot a {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-foot a {
    width: 96%;
  }
}
.contact-inner .contact-main .stackable .stk-foot a:first-child {
  margin-bottom: 20px;
}
.contact-inner .contact-main .stackable .stk-foot .btn {
  padding: 12px 16px;
  border-radius: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  width: 260px;
  margin-top: 0;
  margin-bottom: 12px;
}
.contact-inner .contact-main .stackable .stk-foot .btn i {
  font-size: 32px;
  margin-right: 10px;
}
.contact-inner .contact-main .stackable .stk-foot .btn:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .stackable .stk-foot .btn:first-child {
    margin-right: 0;
  }
}
.contact-inner .contact-main .stackable .stk-foot .btn.line-btn {
  background-color: #f36530;
}
.contact-inner .contact-main .stackable .stk-foot .btn.phone-btn {
  border: 2px solid #fff;
}
.contact-inner .contact-main .contact-form {
  background-color: rgba(0, 0, 0, 0.2);
  /*width: 650px;*/
  padding: 24px;
  flex-shrink: 0;
  font-size: 16px;
  border-radius: 25px !important;
  overflow: hidden !important;
  /*border-style: solid !important;
            border-color: #f36530 !important;
            border-top-width: 3px !important;
            border-right-width: 3px !important;
            border-bottom-width: 3px !important;
            border-left-width: 3px !important;*/
  position: relative;
  /*transform: translateY(40px);
            opacity: 0;
            transition: 0.1s ease;
            -webkit-transition: 0.1s ease;*/
}
@media screen and (max-width: 1024px) {
  .contact-inner .contact-main .contact-form {
    width: 100%;
  }
}
.contact-inner .contact-main .contact-form .list {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .contact-form .list {
    margin-bottom: 15px;
  }
}
.contact-inner .contact-main .contact-form .list label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .contact-inner .contact-main .contact-form .list label {
    margin-bottom: 4px;
  }
}
.contact-inner .contact-main .contact-form .list label em {
  font-style: normal;
  color: red;
}
.contact-inner .contact-main .contact-form .list .control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #8c8c8c;
  border-radius: 0.25rem;
  background-color: #ffffff1a;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 100%;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 48px;
  outline: none;
}
.contact-inner .contact-main .contact-form .list .control option {
  background-color: rgba(0, 0, 0, 0.8);
}
.contact-inner .contact-main .contact-form .list .flag {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  /*.pd{
                        padding-left: 72px;
                    }*/
}
.contact-inner .contact-main .contact-form .list .flag .stand-icon {
  background-image: url("/static/img/flag.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
  background-color: #0000007d;
  position: absolute;
  left: 0;
  top: 1px;
  width: 60px;
  height: calc(100% - 2px);
}
.contact-inner .contact-main .contact-form .list .flag select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-inner .contact-main .contact-form .list .flag .right-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}
.contact-inner .contact-main .contact-form .list .column {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.contact-inner .contact-main .contact-form .list .column .captcha_img {
  width: 150px;
  height: 46px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border-radius: 0.25rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .contact-inner .contact-main .contact-form .list .column .captcha_img {
    width: 110px;
  }
}
.contact-inner .contact-main .contact-form .safe {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.contact-inner .contact-main .contact-form .btn-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  width: 260px;
  height: 52px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-inner .contact-main .contact-form .btn-submit {
    width: 100%;
  }
}
.contact-inner .contact-main #contact-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-inner .contact-main #contact-loading.hide {
  display: none;
}
.contact-inner .contact-main .result {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  transform-origin: 50% 50%;
  text-align: center;
  padding: 10px 16px;
  border-radius: 5px;
  z-index: 4;
  opacity: 0;
  transition: all 0.1s linear;
}
.contact-inner .contact-main .result.show {
  transform: translate(-50%, 50%) scale(1);
  opacity: 1;
}
.contact-inner .contact-main .result .p1 {
  display: flex;
  align-items: center;
}
.contact-inner .contact-main .result .p1 .proper {
  margin-right: 4px;
}
.contact-inner .contact-main .result .p1 .proper i {
  font-size: 32px;
}
.contact-inner .flavour {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .contact-inner .flavour {
    display: none;
  }
}
.contact-inner .flavour .text {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.contact-inner .flavour .text .si {
  color: #ffc625;
  background-image: linear-gradient(to bottom, #4c4c4c, #000);
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
}
.contact-inner .flavour .text .si i {
  font-size: 30px;
}
.contact-inner .flavour .text .s1,
.contact-inner .flavour .text .s2 {
  font-weight: bold;
}
/*# sourceMappingURL=message.css.map */