.askQuestionWrapper .main__content__form__header{margin:20px;text-align:center}.askQuestionWrapper .askQuestionForm{position:relative}.askQuestionWrapper #question{width:250px;padding:4px}.askQuestionWrapper #phone{padding:4px;border-width:1px;width:250px}.askQuestionWrapper .askQuestionButton{width:250px;padding:10px;color:green;border:1px solid green;margin-top:10px;background-color:#fff;transition:transform .3s ease,color .3s ease,background-color .3s ease,border-color .3s ease}.askQuestionWrapper .askQuestionButton:hover{color:#fff;border-color:#fff;background-color:green;transform:scale(1.1)}.askQuestionWrapper .askQuestionButton.askQuestionButtonActive{cursor:pointer}.askQuestionWrapper .askQuestionGoodMessage{position:absolute;top:100%;color:green}.askQuestionWrapper.askQuestionDarkMode .askQuestionGoodMessage{color:#fff}@media(max-width:1024px){.askQuestionWrapper .main__content__form__header{margin:15px;font-size:18px}.askQuestionWrapper #phone,.askQuestionWrapper #question,.askQuestionWrapper .askQuestionButton{width:90%;max-width:400px}}@media(max-width:768px){.askQuestionWrapper .main__content__form__header{margin:10px;font-size:16px}.askQuestionWrapper #phone,.askQuestionWrapper #question,.askQuestionWrapper .askQuestionButton{width:100%;max-width:100%;font-size:14px;padding:8px}.askQuestionWrapper .askQuestionButton{margin-top:10px}.askQuestionWrapper .askQuestionGoodMessage{font-size:14px;text-align:center;padding-top:5px}}