

@font-face {font-family: "Stick";
  src: url("stick.eot"); /* IE9*/
  src: url("stick.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("stick.woff2") format("woff2"), /* chrome、firefox */
  url("stick.woff") format("woff"), /* chrome、firefox */
  url("stick.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("stick.svg#Stick-A-Round") format("svg"); /* iOS 4.1- */
  font-weight: normal;
}

  body {
    color: #000;
    padding: 0;
    margin: 0;
    font-family: Poppins, Sans-serif;
  }

  h1 {
    font-size: 80px;
    line-height: 86px;
    font-weight: normal;
    margin: 20px 0;
    font-family: 'Stick', sans-serif;
  }

  img {
  max-width: 100%;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .detail {
    display: flex;
    align-items: center;
    margin: 70px 0;
  }

h1 span {

}


.center {
  margin: auto;
  text-align: center;
  font-weight: 200;
  font-size: 24px;
}


.post {
  padding: 80px;
}
@keyframes textA {
            0% {
                font-size: 38px
            }

            50% {
                font-size: 30px
            }
            100% {
                font-size: 38px
            }
        }

.thx {
  display: flex;
  align-items: center;
  margin-top: 10vh;

}



.thx p {
  text-align: left;

}
.button {
  animation: textA  ease 1s;
  animation-iteration-count: 4;
  animation-fill-mode: forwards;
}

.detail div {
  margin-left: 40px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 200;
}
.button {
  font-family: 'Stick', sans-serif;
  background: #b73a3a;
  box-sizing: border-box;
  border-radius: 60px;
  color: #fff;
  padding: 20px 70px;
  display: table;
  cursor: pointer;
  margin: 20px auto 40px;
  font-weight: normal;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 35px;
}

.button1 {
  font-family: 'Stick', sans-serif;
  background: #b73a3a;
  box-sizing: border-box;
  border-radius: 60px;
  color: #fff;
  padding: 20px 70px;
  display: table;
  cursor: pointer;
  margin: 20px 0;
  font-weight: normal;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 35px;
}

.button:hover {
  background: #a32a2a;
}

.button1:hover {
  background: #a32a2a;
}
main {
  background: radial-gradient(50% 50% at 50% 50%, rgba(249, 220, 140, 0.83) 0%, #F9DC8C 100%);
  margin: auto;
  text-align: center;
  padding: 40px;
  position: relative;
}

section {
  max-width: 1100px;
  margin: auto;
}

.logo img {
  margin: 0px 0 20px;
}

.main .type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.main div p {
  margin-left: 20px;
  max-width: 450px;
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
}

.num {
  background: url('../images/bg-num.svg') no-repeat;
  background-size: contain;
  padding: 19px 30px;
  font-size: 45px;
    font-family: 'Stick', sans-serif;
}

span.wpcf7-spinner {
    display: none!important;
}

.wpcf7-spinner {
  display: block!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    max-width: 49%;
    margin: auto;
    color: #ae8080;
    padding: 20px;
    border-radius: 20px;
    font-size: 12px;
    background: #f9f0f0;
}
.icons {
  position: absolute;
  width: 203px;
  height: 281px;
  left: 57px;
  top: 271px;
  background: url('../images/icons.svg') no-repeat;
}

.dog {
  position: absolute;
  width: 340px;
  height: 500px;
  right: 0;
  bottom: 0;
  background: url('../images/dog.png') no-repeat right bottom;
  background-size: contain;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    display: block;
    margin: 10px;
    color: #d42828;
}


input {
    color: #000;
    border: 2px solid #000000;
    padding: 16px 30px;
    border-radius: 39px;
    font-family: 'Poppins';
    margin: auto;
    max-width: 100%;
    font-size: 14px;
}

form {
  text-align: center;
  margin: auto;
  text-align: center;
}

form p {
  max-width: 400px;
  margin: auto;
}

.modal-window {
  border-radius: 12px;
  padding: 40px 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 82%;
    background: #b73a3a;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    border:0;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 30px;
    font-family: 'Stick', sans-serif;

}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #a32a2a
}


.modal-window h2 {
    font-size: 47px;
    font-weight: normal;
    max-width: 80%;
    margin: 30px auto;
    font-family: 'Stick', sans-serif;
}

footer {
    text-align: center;
    font-weight: 200;
    border-top: 1px solid #e4e4e4;
    color: #aaa;
    padding: 20px 0;

}

input {
  outline: 0;
}

@media (min-width: 1919px) {

  .dog {
      position: absolute;
      width: 490px;
      height: 650px;
}

h1 {
    font-size: 90px;
    line-height: 101px;
    font-weight: normal;
    margin: 20px 0;
    font-family: 'Stick', sans-serif;
}

.button {
    font-size: 45px;
}

main {
  padding: 130px 0;
}


.icons {
  position: absolute;
  width: 286px;
  height: 511px;
  left: 267px;
  background-size: contain;
  top: 341px;
  }


  form p {
      max-width: 540px;
      margin: auto;
  }


  .main div p {
    margin-left: 20px;
    max-width: 580px;
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
}

.modal-window h2 {
    font-size: 56px!important;
}

.modal-window {
  width: 40%!important;
  margin: 6% auto!important;
}

input {
  font-size: 19px;
}

}

@media screen and (min-width:768px) and (max-width:1000px){
  .dog {
    width: 190px
  }
  .icons {
    display: none;
  }
}

@media only screen and (max-width: 768px) {

  .detail {
    flex-direction: column-reverse;
      margin: 70px 0;
  }

  .dog, .icons {
    display: none;
  }

  h1 {
    font-size: 37px;
    line-height: 41px;
    font-weight: normal;
    margin: 20px 0;
    font-family: 'Stick', sans-serif;
}

.main .type {
  flex-direction: column;

}

main {
    padding: 40px 16px;
}

.detail div {
    margin-left: 0;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 200;
  }

  img {
    max-width: 80%;
}

.modal-window {
    width: 87%!important;
    padding: 30px 20px!important;

}
.main div p {
  text-align: center;
  margin-left: 0;
}

input {
  width: 67%;
}

.thx {
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
}



.thx h1 {
  font-size: 60px;
}

.thx p {

  text-align: center;
}

.button1 {
  padding: 20px 40px;
  font-size: 30px;
  margin: 30px auto;
}

}
